Index: themes/bluemarine/page.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/themes/bluemarine/page.tpl.php,v
retrieving revision 1.26
diff -u -p -r1.26 page.tpl.php
--- themes/bluemarine/page.tpl.php	5 Dec 2007 16:34:05 -0000	1.26
+++ themes/bluemarine/page.tpl.php	20 Dec 2007 22:21:59 -0000
@@ -42,8 +42,8 @@
         <?php print $breadcrumb ?>
         <h1 class="title"><?php print $title ?></h1>
         <div class="tabs"><?php print $tabs ?></div>
-        <?php print $help ?>
         <?php if ($show_messages) { print $messages; } ?>
+        <?php print $help ?>
         <?php print $content; ?>
         <?php print $feed_icons; ?>
       </div>
Index: themes/chameleon/chameleon.theme
===================================================================
RCS file: /cvs/drupal/drupal/themes/chameleon/chameleon.theme,v
retrieving revision 1.72
diff -u -p -r1.72 chameleon.theme
--- themes/chameleon/chameleon.theme	5 Dec 2007 16:34:06 -0000	1.72
+++ themes/chameleon/chameleon.theme	20 Dec 2007 22:21:59 -0000
@@ -80,12 +80,12 @@ function chameleon_page($content, $show_
     $output .= $tabs;
   }
 
-  $output .= theme('help');
-
   if ($show_messages) {
     $output .= theme('status_messages');
   }
 
+  $output .= theme('help');
+
   $output .= "\n<!-- begin content -->\n";
   $output .= $content;
   $output .= drupal_get_feeds();
Index: themes/garland/page.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/themes/garland/page.tpl.php,v
retrieving revision 1.16
diff -u -p -r1.16 page.tpl.php
--- themes/garland/page.tpl.php	5 Dec 2007 16:34:06 -0000	1.16
+++ themes/garland/page.tpl.php	20 Dec 2007 22:22:00 -0000
@@ -70,8 +70,8 @@
           <?php if ($title): print '<h2'. ($tabs ? ' class="with-tabs"' : '') .'>'. $title .'</h2>'; endif; ?>
           <?php if ($tabs): print '<ul class="tabs primary">'. $tabs .'</ul></div>'; endif; ?>
           <?php if ($tabs2): print '<ul class="tabs secondary">'. $tabs2 .'</ul>'; endif; ?>
-          <?php print $help; ?>
           <?php if ($show_messages && $messages): print $messages; endif; ?>
+          <?php print $help; ?>
           <div class="clear-block">
             <?php print $content ?>
           </div>
Index: themes/pushbutton/page.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/themes/pushbutton/page.tpl.php,v
retrieving revision 1.22
diff -u -p -r1.22 page.tpl.php
--- themes/pushbutton/page.tpl.php	5 Dec 2007 16:34:07 -0000	1.22
+++ themes/pushbutton/page.tpl.php	20 Dec 2007 22:22:00 -0000
@@ -74,14 +74,14 @@
 
         <?php endif; ?>
 
-        <?php if ($help != ""): ?>
-            <div id="help"><?php print $help ?></div>
-        <?php endif; ?>
-
         <?php if ($show_messages && $messages != ""): ?>
           <?php print $messages ?>
         <?php endif; ?>
 
+        <?php if ($help != ""): ?>
+            <div id="help"><?php print $help ?></div>
+        <?php endif; ?>
+
       <!-- start main content -->
       <?php print $content; ?>
       <?php print $feed_icons; ?>
