[svn r10816] add id for content and menu for the skip menu

skala
Patrick Vandermaesen 19 years ago
parent 8a17ba0aa9
commit b090b30174
  1. 6
      index.php

@ -20,7 +20,7 @@
/** /**
* @package dokeos.main * @package dokeos.main
* @author Patrick Cool <patrick.cool@UGent.be>, Ghent University, Refactoring * @author Patrick Cool <patrick.cool@UGent.be>, Ghent University, Refactoring
* @version $Id: index.php 10787 2007-01-18 15:28:02Z bmol $ * @version $Id: index.php 10816 2007-01-22 14:42:24Z pvandermaesen $
* @todo check the different @todos in this page and really do them * @todo check the different @todos in this page and really do them
* @todo check if the news management works as expected * @todo check if the news management works as expected
*/ */
@ -170,7 +170,7 @@ Display :: display_header('', 'dokeos');
MAIN CODE MAIN CODE
============================================================================== ==============================================================================
*/ */
echo '<div class="maincontent">'; echo '<div class="maincontent" id="content">';
// Plugins for loginpage_main AND campushomepage_main // Plugins for loginpage_main AND campushomepage_main
if (!api_get_user_id()) if (!api_get_user_id())
@ -218,7 +218,7 @@ if (!$page_included)
echo '</div>'; echo '</div>';
// display right menu: language form, login section + useful weblinks // display right menu: language form, login section + useful weblinks
echo '<div class="menu">'; echo '<div class="menu" id="menu">';
display_anonymous_right_menu(); display_anonymous_right_menu();
echo '</div>'; echo '</div>';

Loading…
Cancel
Save