summaryrefslogtreecommitdiffstats
path: root/templates/page--front.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/page--front.tpl.php')
-rw-r--r--templates/page--front.tpl.php13
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 -->