kolab.org/www

Paul James Adams adams at kolabsys.com
Mon Jul 30 16:48:08 CEST 2012


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

New commits:
commit a99cd28e5b1d41cbfbd1dc2ea87c81b916acae93
Author: Paul Adams <adams at kolabsys.com>
Date:   Mon Jul 30 16:47:23 2012 +0200

    - Fixed errors caused by missing areas

diff --git a/kolab.org/www/drupal-7.14/sites/all/themes/kolab/kolab.info b/kolab.org/www/drupal-7.14/sites/all/themes/kolab/kolab.info
index 84a0074..04a96e4 100644
--- a/kolab.org/www/drupal-7.14/sites/all/themes/kolab/kolab.info
+++ b/kolab.org/www/drupal-7.14/sites/all/themes/kolab/kolab.info
@@ -9,6 +9,7 @@ stylesheets[all][] = css/ie.css
 stylesheets[all][] = css/custom.css
 stylesheets[print][] = css/print.css
 
+regions[help] = Help Area
 regions[left] = Left sidebar
 regions[right] = Right sidebar
 regions[content] = Content
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 246079d..e06c7f5 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
@@ -63,7 +63,7 @@
           <?php if($messages): print render($messages); endif; ?>
           <?php if($page['content']): print render($page['content']); endif; ?>
         </div>
-        <?php if($page['content-sidebar']): ?>
+        <?php if($page['content_sidebar']): ?>
           <div id="content-sidebar">
             <?php print render($page['content_sidebar']); ?>
           </div>





More information about the commits mailing list