MDL-78426 core_theme: Move theme's settings to theme card

Theme selector and theme settings have been renamed. Theme admin
section has been removed and contents merged into Appearance category.
This commit is contained in:
David Woloszyn
2023-11-20 17:05:35 +11:00
parent b58d1fd4e2
commit cbbcacdd8f
11 changed files with 104 additions and 64 deletions
+1 -1
View File
@@ -368,7 +368,7 @@ class api {
$settings->enabledashboard = $CFG->enabledashboard;
}
if (empty($section) || $section === 'themesettings') {
if (empty($section) || ($section === 'themesettings' || $section === 'themesettingsadvanced')) {
$settings->customusermenuitems = $CFG->customusermenuitems;
}