kolab.org/www

Paul James Adams adams at kolabsys.com
Mon Jul 30 17:07:35 CEST 2012


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

New commits:
commit 55f5a9f16d56e8c3a58a27ea6fc37ab042ca5cd8
Author: Paul Adams <adams at kolabsys.com>
Date:   Mon Jul 30 17:07:02 2012 +0200

    - Made the correct ID set for the header

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 71784e0..754d4bf 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
@@ -11,7 +11,7 @@
   if($is_front): $page_id="header"; endif;
 ?>
 
-<div id="<?php print $id; ?>" class="container">
+<div id="<?php print $page_id; ?>" class="container">
   <div class="span-24">
     <?php if($site_name): ?>
       <h1 class='site-name'>





More information about the commits mailing list