summaryrefslogtreecommitdiff
path: root/themes/seven
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-10-05 00:29:14 +0000
committerDries Buytaert <dries@buytaert.net>2010-10-05 00:29:14 +0000
commit4633340d9b2ab71bbbffe4c7b2f81fdd5a557f41 (patch)
tree0efeb8d22dbbcda9b7f4328360f2646b406f0be0 /themes/seven
parent9a7899efa659579cd7fa12048509f83df091d19c (diff)
downloadbrdo-4633340d9b2ab71bbbffe4c7b2f81fdd5a557f41.tar.gz
brdo-4633340d9b2ab71bbbffe4c7b2f81fdd5a557f41.tar.bz2
- Patch #931408 by Jeff Burnz: move skip link anchor to #content.
Diffstat (limited to 'themes/seven')
-rw-r--r--themes/seven/page.tpl.php2
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; ?>