Skip to content

Commit

Permalink
$CFG->tabselectedtofront is now out. Part of MDL-8746
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Mar 19, 2007
1 parent 01cb839 commit 374e173
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion admin/settings/appearance.php
Expand Up @@ -10,7 +10,6 @@
$temp->add(new admin_setting_configcheckbox('allowcoursethemes', get_string('allowcoursethemes', 'admin'), get_string('configallowcoursethemes', 'admin'), 0));
$temp->add(new admin_setting_configcheckbox('allowuserblockhiding', get_string('allowuserblockhiding', 'admin'), get_string('configallowuserblockhiding', 'admin'), 1));
$temp->add(new admin_setting_configcheckbox('showblocksonmodpages', get_string('showblocksonmodpages', 'admin'), get_string('configshowblocksonmodpages', 'admin'), 0));
$temp->add(new admin_setting_configcheckbox('tabselectedtofront', get_string('tabselectedtofronttext', 'admin'), get_string('tabselectedtofront', 'admin'), 0));
$ADMIN->add('themes', $temp);
$ADMIN->add('themes', new admin_externalpage('themeselector', get_string('themeselector','admin'), $CFG->wwwroot . '/theme/index.php'));

Expand Down

0 comments on commit 374e173

Please sign in to comment.