summaryrefslogtreecommitdiff
path: root/modules/system/page.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/page.tpl.php')
-rw-r--r--modules/system/page.tpl.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/page.tpl.php b/modules/system/page.tpl.php
index bb2a6d3a3..e474a22fd 100644
--- a/modules/system/page.tpl.php
+++ b/modules/system/page.tpl.php
@@ -106,6 +106,7 @@
<div id="content" class="column"><div class="section">
<?php if ($page['highlight']): ?><div id="highlight"><?php print render($page['highlight']); ?></div><?php endif; ?>
+ <a name="main-content" id="main-content"></a>
<?php if ($title): ?><h1 class="title" id="page-title"><?php print $title; ?></h1><?php endif; ?>
<?php if ($tabs): ?><div class="tabs"><?php print render($tabs); ?></div><?php endif; ?>
<?php print render($page['help']); ?>