diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2011-04-30 11:45:15 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2011-04-30 11:45:15 +0000 |
commit | 84f13cd781dda35fcf1d0b69f3f6dda5316aaecb (patch) | |
tree | f257893257a3ee776b3395c65e8f4d90d7d73013 /templates/page--front.tpl.php | |
parent | 0127cc87282a697b81ac03249365d72d0b75800d (diff) | |
download | alpine_drupal_theme-master.tar.bz2 alpine_drupal_theme-master.tar.xz |
Diffstat (limited to 'templates/page--front.tpl.php')
-rw-r--r-- | templates/page--front.tpl.php | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/templates/page--front.tpl.php b/templates/page--front.tpl.php index 4c852da..4818888 100644 --- a/templates/page--front.tpl.php +++ b/templates/page--front.tpl.php @@ -23,7 +23,18 @@ <?php print render($page['menu_bar']); ?> <!-- /menu bar --> </header> <!-- /header --> <?php print render($page['content']); ?> - <?php if ($page['footer'] || $feed_icons): ?> + + <!-- Four column Gpanel --> + <?php if ($page['four_first'] || $page['four_second'] || $page['four_third'] || $page['four_fourth']): ?> + <div class="four-4x25 gpanel clearfix"> + <?php print render($page['four_first']); ?> + <?php print render($page['four_second']); ?> + <?php print render($page['four_third']); ?> + <?php print render($page['four_fourth']); ?> + </div> + <?php endif; ?> + +<?php if ($page['footer'] || $feed_icons): ?> <footer id="footer"><div id="footer-inner" class="clearfix"> <?php print render($page['footer']); ?> <!-- /footer region --> </div></footer> <!-- /footer/footer-inner --> |