Index: page.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/corolla/page.tpl.php,v
retrieving revision 1.33
diff -u -5 -p -r1.33 page.tpl.php
--- page.tpl.php	17 Jul 2010 06:53:16 -0000	1.33
+++ page.tpl.php	18 Oct 2010 16:54:31 -0000
@@ -133,5 +133,8 @@
       ?>
 
     </div> <!-- /#main-columns -->
   </div> <!-- /#main-columns-wrapper -->
 
+  <?php if ($page['footer']): ?>
+    <?php print render($page['footer']); ?>
+  <?php endif; ?>
\ No newline at end of file
