kolab.org/www

Torsten Grote grote at kolabsys.com
Tue Aug 14 15:58:11 CEST 2012


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

New commits:
commit 919587e91cd05c2b6ecd1f64d5444ebb15eb2786
Author: Torsten Grote <grote at kolabsys.com>
Date:   Tue Aug 14 15:58:02 2012 +0200

    try to display page title

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 623ff01..b18cd90 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
@@ -49,9 +49,9 @@
       <?php if($page['help']): print render($page['help']); endif; ?>      
       <div id="main">
         <div id="content">
-          <?php if ($title): ?>
-            <h1 class="title"><?php print render($title); ?></h1>
-          <?php endif; ?>
+          <?php print render($title_prefix); ?>
+            <?php if ($title): ?><h1 class="title"><?php print $title; ?></h1><?php endif; ?>
+          <?php print render($title_suffix); ?>
           <?php if($messages): print render($messages); endif; ?>
           <?php if($page['content']): print render($page['content']); endif; ?>
         </div>





More information about the commits mailing list