--- C:/Users/Mike/Desktop/blackpiano/page.tpl.php	Sun Jan 23 10:50:16 2011
+++ C:/Users/Mike/Desktop/page.tpl.php	Thu Mar 31 12:53:36 2011
@@ -53,6 +53,7 @@
  *   comment/reply/12345).
  *
  * Regions:
+ * - $page['below_content']: Blocks that belong bellow the Content
  * - $page['help']: Dynamic help text, mostly for admin pages.
  * - $page['highlighted']: Items for the highlighted content region.
  * - $page['content']: The main content of the current page.
@@ -129,7 +130,7 @@
         <?php print render($page['help']); ?>
         <?php if ($action_links): ?><ul class="action-links"><?php print render($action_links); ?></ul><?php endif; ?>
         <?php print render($page['content']); ?>
-        
+        <?php if ($page['below_content']): ?><div class="below_content"><?php print render($page['below_content']); ?></div><?php endif; ?>
       </div></div> <!-- /.section, /#content -->
 
     
