kolab.org/www

Torsten Grote grote at kolabsys.com
Wed Aug 15 17:32:43 CEST 2012


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

New commits:
commit 9db86b7df3c347f2918bbffd2a021ff36d56a976
Author: Torsten Grote <grote at kolabsys.com>
Date:   Wed Aug 15 17:32:25 2012 +0200

    fix title display problem

diff --git a/kolab.org/www/drupal-7.15/sites/all/themes/kolab/page.tpl.php b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/page.tpl.php
index b18cd90..5675d12 100644
--- a/kolab.org/www/drupal-7.15/sites/all/themes/kolab/page.tpl.php
+++ b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/page.tpl.php
@@ -1,17 +1,12 @@
 <?php 
-  if(!drupal_is_front_page()): $title = ""; endif;
+  if(drupal_is_front_page()): $title = ""; endif;
 ?>
 
 <div id="header-region" class="clear-block">
   <?php if($page['header']): print render($page['header']); endif; ?>
 </div>
 
-<?php
-  $page_id="header-normal";
-  if($is_front): $page_id="header"; endif;
-?>
-
-<div id="<?php print $page_id; ?>" class="container">
+<div id="header-normal" class="container">
   <div class="span-24">
     <?php if($site_name): ?>
       <h1 class='site-name'>





More information about the commits mailing list