--- index.php 2009-08-06 21:13:05.000000000 +0000 +++ index.php.bak 2009-08-06 21:08:20.000000000 +0000 @@ -63,20 +63,6 @@ print_container_start(TRUE); /// The main overview in the middle of the page -// look for a custom handler - -$locallib = $CFG->dirroot . '/local/lib.php'; - -if (file_exists($locallib)) { - require_once($locallib); - } - -if (function_exists('local_my_moodle') ) { - - local_my_moodle(); - -} else { - // limits the number of courses showing up $courses_limit = 21; if (!empty($CFG->mycoursesperpage)) { $courses_limit = $CFG->mycoursesperpage; @@ -107,7 +93,7 @@ if (count($courses) > 20) { echo '
...'; } -} + print_container_end(); echo '';