mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 16:04:25 +02:00
Moved sticky blocks to Appearance section
This commit is contained in:
parent
04231a9547
commit
36832f4d41
@ -118,4 +118,6 @@ $temp = new admin_settingpage('mymoodle', get_string('mymoodle', 'admin'));
|
||||
$temp->add(new admin_setting_configcheckbox('mymoodleredirect', get_string('mymoodleredirect', 'admin'), get_string('configmymoodleredirect', 'admin'), 0));
|
||||
$ADMIN->add('appearance', $temp);
|
||||
|
||||
$ADMIN->add('appearance', new admin_externalpage('stickyblocks', get_string('stickyblocks', 'admin'), "$CFG->wwwroot/$CFG->admin/stickyblocks.php"));
|
||||
|
||||
?>
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
// * 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/"));
|
||||
|
||||
// hidden scripts linked from elsewhere
|
||||
|
Loading…
x
Reference in New Issue
Block a user