kolab.org/www

Paul James Adams adams at kolabsys.com
Mon Jul 30 17:04:46 CEST 2012


 kolab.org/www/drupal-7.14/sites/all/themes/kolab/page.tpl.php |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 2d12384a8a2281f88b7cd194a08c4c3b6129b937
Author: Paul Adams <adams at kolabsys.com>
Date:   Mon Jul 30 17:04:19 2012 +0200

    - Fixed error in the header ID settig code

diff --git a/kolab.org/www/drupal-7.14/sites/all/themes/kolab/page.tpl.php b/kolab.org/www/drupal-7.14/sites/all/themes/kolab/page.tpl.php
index fe27a64..71784e0 100644
--- a/kolab.org/www/drupal-7.14/sites/all/themes/kolab/page.tpl.php
+++ b/kolab.org/www/drupal-7.14/sites/all/themes/kolab/page.tpl.php
@@ -7,8 +7,8 @@
 </div>
 
 <?php
-  id="header-normal";
-  if($is_front): $id="header"; endif;
+  $page_id="header-normal";
+  if($is_front): $page_id="header"; endif;
 ?>
 
 <div id="<?php print $id; ?>" class="container">





More information about the commits mailing list