mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 19:50:14 +01:00
Config setting for the theme order priorities.
This commit is contained in:
parent
08297dcb3c
commit
6f93e96c19
@ -287,6 +287,14 @@ $CFG->admin = 'admin';
|
||||
// $CFG->xmldbdisablecommentchecking = true;
|
||||
// $CFG->xmldbdisablenextprevchecking = true;
|
||||
//
|
||||
// Set the priority of themes from highest to lowest. This is useful (for
|
||||
// example) in sites where the user theme should override all other theme
|
||||
// settings for accessibility reasons. You can also disable types of themes
|
||||
// by removing them from the array. The default setting is:
|
||||
// $CFG->themeorder = array('page', 'course', 'category', 'session', 'user', 'site');
|
||||
// NOTE: course, category, session, user themes still require the
|
||||
// respective settings to be enabled
|
||||
//
|
||||
//=========================================================================
|
||||
// ALL DONE! To continue installation, visit your main page with a browser
|
||||
//=========================================================================
|
||||
|
Loading…
x
Reference in New Issue
Block a user