Added skip link to admin page

This commit is contained in:
moodler 2007-01-03 15:38:28 +00:00
parent 2ef9d19a51
commit fb87a6192c

View 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();