]> git.mjollnir.org Git - moodle.git/commitdiff
Added skip link to admin page
authormoodler <moodler>
Wed, 3 Jan 2007 15:38:28 +0000 (15:38 +0000)
committermoodler <moodler>
Wed, 3 Jan 2007 15:38:28 +0000 (15:38 +0000)
admin/settings.php

index 41d6ce11fec215877e2286feb80544e7709b2f11..43d6ac667460dff2f2d55a27926e2adcc7c7a09b 100644 (file)
@@ -101,7 +101,7 @@ if (!empty($SITE->fullname)) {
     echo '<td style="width: ' . $preferred_width_left . 'px;" id="left-column">';
     blocks_print_group($PAGE, $pageblocks, BLOCK_POS_LEFT);
     echo '</td>';
-    echo '<td id="middle-column">';
+    echo '<td id="middle-column"><a name="startofcontent"></a>';
 } else {
 
     print_header();