Index: html5_base.info
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/html5_base/html5_base.info,v
retrieving revision 1.10
diff -u -p -r1.10 html5_base.info
--- html5_base.info	30 Sep 2010 19:49:54 -0000	1.10
+++ html5_base.info	9 Dec 2010 05:08:15 -0000
@@ -14,7 +14,7 @@ regions[content_top] = Content top
 regions[content_bottom] = Content bottom
 regions[sidebar_first] = First sidebar
 regions[sidebar_second] = Second sidebar
-regions[footer_region] = Footer
+regions[footer] = Footer
 
 
 ; CSS
Index: templates/page.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/html5_base/templates/page.tpl.php,v
retrieving revision 1.7
diff -u -p -r1.7 page.tpl.php
--- templates/page.tpl.php	30 Sep 2010 20:03:55 -0000	1.7
+++ templates/page.tpl.php	9 Dec 2010 05:08:15 -0000
@@ -135,10 +135,10 @@
 
       <!-- ______________________ FOOTER _______________________ -->
 
-      <?php if(!empty($footer_message) || !empty($footer_region)): ?>
+      <?php if(!empty($footer_message) || !empty($footer)): ?>
         <footer>
           <?php print $footer_message; ?>
-          <?php print $footer_region; ?>
+          <?php print $footer; ?>
         </footer>
       <?php endif; ?>
 
