﻿### Eclipse Workspace Patch 1.0
#P Drupal7
Index: modules/system/page.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/page.tpl.php,v
retrieving revision 1.21
diff -u -r1.21 page.tpl.php
--- modules/system/page.tpl.php	19 May 2009 17:23:16 -0000	1.21
+++ modules/system/page.tpl.php	28 May 2009 16:35:46 -0000
@@ -86,6 +86,10 @@
 
   <div id="page-wrapper"><div id="page">
 
+    <div id="skip-nav">
+      <a href="#main-content"><?php print t('Skip to main content'); ?></a>
+    </div>
+
     <div id="header"><div class="section clearfix">
 
       <?php if ($logo): ?>
@@ -142,6 +146,7 @@
 
       <div id="content" class="column"><div class="section">
         <?php if ($highlight): ?><div id="highlight"><?php print $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 $tabs; ?></div><?php endif; ?>
         <?php print $help; ?>
