From e4d81c60a990f82a231949aab9953ed1f525e4f6 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 12 Sep 2006 09:30:05 +0000 Subject: [PATCH] Tidying up a bit --- admin/index.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/admin/index.php b/admin/index.php index 3d69ba9067..881671f471 100644 --- a/admin/index.php +++ b/admin/index.php @@ -608,15 +608,14 @@ print_table($table); - } else { - print_simple_box('The old admin menu has been replaced by a new system, make sure the administration block is showing on this page. If you want to, you can can also temporarily display the old menu' , 'center', '60%'); } ////////////////////////////////////////////////////////////////////////////////////////////////// - //// IT IS ILLEGAL AND A VIOLATION OF THE GPL TO REMOVE OR MODIFY THE COPYRIGHT NOTICE BELOW //// + //// IT IS ILLEGAL AND A VIOLATION OF THE GPL TO HIDE, REMOVE OR MODIFY THIS COPYRIGHT NOTICE /// $copyrighttext = 'Moodle '. ''.$CFG->release.' ('.$CFG->version.')
'. 'Copyright © 1999 onwards, Martin Dougiamas
'. + 'and many other contributors.
'. 'GNU Public License'; echo ''; ////////////////////////////////////////////////////////////////////////////////////////////////// -- 2.39.5