Index: page.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/zen/zen/page.tpl.php,v
retrieving revision 1.4
diff -u -p -r1.4 page.tpl.php
--- page.tpl.php	21 Apr 2008 17:05:17 -0000	1.4
+++ page.tpl.php	1 May 2008 15:00:32 -0000
@@ -52,7 +54,7 @@
       <?php endif; ?>
 
       <?php if ($header): ?>
-        <div id="header-blocks">
+        <div id="header-blocks" class="region" title="header">
           <?php print $header; ?>
         </div> <!-- /#header-blocks -->
       <?php endif; ?>
@@ -68,7 +70,7 @@
         <?php endif; ?>
 
         <?php if ($content_top): ?>
-          <div id="content-top">
+          <div id="content-top" class="region" title="content_top">
             <?php print $content_top; ?>
           </div> <!-- /#content-top -->
         <?php endif; ?>
@@ -96,7 +98,7 @@
         <?php endif; ?>
 
         <?php if ($content_bottom): ?>
-          <div id="content-bottom">
+          <div id="content-bottom" class="region" title="content_bottom">
             <?php print $content_bottom; ?>
           </div> <!-- /#content-bottom -->
         <?php endif; ?>
@@ -104,7 +106,7 @@
       </div></div> <!-- /#content-inner, /#content -->
 
       <?php if ($search_box || $primary_links || $secondary_links || $navbar): ?>
-        <div id="navbar"><div id="navbar-inner">
+        <div id="navbar"><div id="navbar-inner" class="region" title="navbar">
 
           <a name="navigation" id="navigation"></a>
 
@@ -132,20 +134,20 @@
       <?php endif; ?>
 
       <?php if ($left): ?>
-        <div id="sidebar-left"><div id="sidebar-left-inner">
+        <div id="sidebar-left"><div id="sidebar-left-inner" class="region" title="left">
           <?php print $left; ?>
         </div></div> <!-- /#sidebar-left-inner, /#sidebar-left -->
       <?php endif; ?>
 
       <?php if ($right): ?>
-        <div id="sidebar-right"><div id="sidebar-right-inner">
+        <div id="sidebar-right"><div id="sidebar-right-inner" class="region" title="right">
           <?php print $right; ?>
         </div></div> <!-- /#sidebar-right-inner, /#sidebar-right -->
       <?php endif; ?>
 
     </div></div> <!-- /#main-inner, /#main -->
 
-    <div id="footer"><div id="footer-inner">
+    <div id="footer"><div id="footer-inner" class="region" title="footer">
 
       <div id="footer-message"><?php print $footer_message; ?></div>
 
@@ -156,7 +158,7 @@
   </div></div> <!-- /#page-inner, /#page -->
 
   <?php if ($closure_region): ?>
-    <div id="closure-blocks"><?php print $closure_region; ?></div>
+    <div id="closure-blocks" class="region" title="closure"><?php print $closure_region; ?></div>
   <?php endif; ?>
 
   <?php print $closure; ?>
