]> git.mjollnir.org Git - moodle.git/commitdiff
Moved sticky blocks to Appearance section
authormoodler <moodler>
Thu, 5 Oct 2006 07:01:28 +0000 (07:01 +0000)
committermoodler <moodler>
Thu, 5 Oct 2006 07:01:28 +0000 (07:01 +0000)
admin/settings/appearance.php
admin/settings/misc.php

index 9ad068316928ac7e3fb38bfabe9f576bb0973168..faafac85a0af796c4ea981dc3a7f6412bbdd7886 100644 (file)
@@ -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"));
+
 ?>
index 16096648c6110bbeeeb7face817ebfb62223696c..57f3b3985162b61bed7cfabda7aa6ec3c26677ba 100644 (file)
@@ -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