diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-11-16 05:34:24 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-11-16 05:34:24 +0000 |
commit | 796bb8543bb7ae6df3b2ed224b63be874f3e5c8c (patch) | |
tree | 9b259cdace98db816fccf9495499f9947b7f510a /modules/system/html.tpl.php | |
parent | 19fb7786167347e7509aeb9569a19674f6a31f6b (diff) | |
download | brdo-796bb8543bb7ae6df3b2ed224b63be874f3e5c8c.tar.gz brdo-796bb8543bb7ae6df3b2ed224b63be874f3e5c8c.tar.bz2 |
#386462 by Jeff Burnz, mgifford, Cliff, Everett Zufelt, annmcmeekin, et al: Added 'Skip to main content' links in all core themes.
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; ?> |