Merge branch 'MDL-78468-master' of https://github.com/meirzamoodle/moodle

This commit is contained in:
Jun Pataleta 2023-08-22 11:00:11 +08:00
commit 9b2917f183
No known key found for this signature in database
GPG key ID: F83510526D99E2C7
12 changed files with 79 additions and 66 deletions

View file

@ -46,8 +46,6 @@ reports,core_reportbuilder|/reportbuilder/index.php',
'50',
'10'
));
$temp->add(new admin_setting_configcheckbox('enabledevicedetection', new lang_string('enabledevicedetection', 'admin'), new lang_string('configenabledevicedetection', 'admin'), 1));
$temp->add(new admin_setting_devicedetectregex('devicedetectregex', new lang_string('devicedetectregex', 'admin'), new lang_string('devicedetectregex_desc', 'admin'), ''));
$ADMIN->add('themes', $temp);
$ADMIN->add('themes', new admin_externalpage('themeselector', new lang_string('themeselector','admin'), $CFG->wwwroot . '/theme/index.php'));