--- a/omega/templates/region--content.tpl.php	2011-08-11 11:59:32.000000000 -0700
+++ b/omega/templates/region--content.tpl.php	2011-09-05 23:19:05.000000000 -0700
@@ -1,13 +1,13 @@
 <div<?php print $attributes; ?>>
   <div<?php print $content_attributes; ?>>
     <a id="main-content"></a>
+    <?php print render($title_prefix); ?>
     <?php if ($title): ?>
     <?php if ($title_hidden): ?><div class="element-invisible"><?php endif; ?>
-    <?php print render($title_prefix); ?>
     <h1 class="title" id="page-title"><?php print $title; ?></h1>
-    <?php print render($title_suffix); ?>
     <?php if ($title_hidden): ?></div><?php endif; ?>
     <?php endif; ?>
+    <?php print render($title_suffix); ?>
     <?php if ($tabs): ?><div class="tabs clearfix"><?php print render($tabs); ?></div><?php endif; ?>
     <?php if ($action_links): ?><ul class="action-links"><?php print render($action_links); ?></ul><?php endif; ?>
     <?php print $content; ?>
