diff options
Diffstat (limited to 'modules/system/html.tpl.php')
-rw-r--r-- | modules/system/html.tpl.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/system/html.tpl.php b/modules/system/html.tpl.php index 846a1ec70..727418a92 100644 --- a/modules/system/html.tpl.php +++ b/modules/system/html.tpl.php @@ -45,6 +45,9 @@ <?php print $scripts; ?> </head> <body class="<?php print $classes; ?>" <?php print $attributes;?>> + <div id="skip-link"> + <a href="#main-content"><?php print t('Skip to main content'); ?></a> + </div> <?php print $page_top; ?> <?php print $page; ?> <?php print $page_bottom; ?> |