kolab.org/www

Paul James Adams adams at kolabsys.com
Mon Jul 30 16:51:22 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 ea98e1207448400133d3b1d447ba41996da12fb5
Author: Paul Adams <adams at kolabsys.com>
Date:   Mon Jul 30 16:50:59 2012 +0200

    - Cleaned up rendering of variables

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 e06c7f5..0858027 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
@@ -13,13 +13,13 @@
     <?php if($site_name): ?>
       <h1 class='site-name'>
         <a href="<?php print $front_page ?>" title="<?php print t('Home') ?>">
-          <?php print $site_name ?>
+          <?php print render($site_name); ?>
         </a>
       </h1>
     <?php endif; ?>
     <?php if ($site_slogan): ?>
       <h3>
-        <?php print $site_slogan ?>
+        <?php print render($site_slogan); ?>
       </h3>
     <?php endif; ?>
   </div>





More information about the commits mailing list