]> git.mjollnir.org Git - moodle.git/commitdiff
Tidying up a bit
authormoodler <moodler>
Tue, 12 Sep 2006 09:30:05 +0000 (09:30 +0000)
committermoodler <moodler>
Tue, 12 Sep 2006 09:30:05 +0000 (09:30 +0000)
admin/index.php

index 3d69ba9067f1f8321b7deb858da351f4af7231be..881671f4711c42490e2c0747f2a6a0380ba95517 100644 (file)
     
         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 <a href="index.php?oldmenu=true">temporarily display the old menu</a>' , '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 = '<a href="http://moodle.org/">Moodle</a> '.
                      '<a href="http://docs.moodle.org/en/Release">'.$CFG->release.'</a> ('.$CFG->version.')<br />'.
                      'Copyright &copy; 1999 onwards, Martin Dougiamas<br />'.
+                     'and <a href="http://docs.moodle.org/en/Credits">many other contributors</a>.<br />'.
                      '<a href="http://docs.moodle.org/en/License">GNU Public License</a>';
     echo '<p class="copyright">'.$copyrighttext.'</p>';
     //////////////////////////////////////////////////////////////////////////////////////////////////