diff --git a/template.php b/template.php index 6b51ab8..1174c64 100644 --- a/template.php +++ b/template.php @@ -210,7 +210,11 @@ function zen_preprocess_html(&$variables, $hook) { $variables['classes_array'][] = 'page-panels'; break; } - $variables['jump_link_target'] = theme_get_setting('zen_jump_link_target'); + $variables['jump_link_target'] = l('Jump to Navigation', '', array( + 'attributes' => array('class' => array( + 'element-invisible', + 'element-focusable')), + 'fragment' => theme_get_setting('zen_jump_link_target'))); } /** diff --git a/templates/html.tpl.php b/templates/html.tpl.php index 2f04b89..a8bdb05 100644 --- a/templates/html.tpl.php +++ b/templates/html.tpl.php @@ -70,9 +70,11 @@ > - + + +