mirror of
https://github.com/moodle/moodle.git
synced 2025-02-22 19:06:51 +01:00
10 lines
337 B
PHP
10 lines
337 B
PHP
<?php // $Id$
|
|
|
|
// * Miscellaneous settings (still to be sorted)
|
|
|
|
$ADMIN->add('misc', new admin_externalpage('stickyblocks', get_string('stickyblocks', 'admin'), "$CFG->wwwroot/$CFG->admin/stickyblocks.php"));
|
|
|
|
$ADMIN->add('misc', new admin_externalpage('xmldbeditor', get_string('xmldbeditor'), "$CFG->wwwroot/$CFG->admin/xmldb/"));
|
|
|
|
?>
|