diff options
-rw-r--r-- | themes/seven/page.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/seven/page.tpl.php b/themes/seven/page.tpl.php index 430f83ccb..72fd6d02a 100644 --- a/themes/seven/page.tpl.php +++ b/themes/seven/page.tpl.php @@ -1,7 +1,6 @@ <?php // $Id$ ?> - <div class="element-invisible"><a id="main-content"></a></div> <div id="branding" class="clearfix"> <?php print $breadcrumb; ?> <?php print render($title_prefix); ?> @@ -22,6 +21,7 @@ <?php endif; ?> <div id="content" class="clearfix"> + <div class="element-invisible"><a id="main-content"></a></div> <?php if ($messages): ?> <div id="console" class="clearfix"><?php print $messages; ?></div> <?php endif; ?> |