Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
6f93e96c
Commit
6f93e96c
authored
May 03, 2007
by
ikawhero
Browse files
Config setting for the theme order priorities.
parent
08297dcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
config-dist.php
View file @
6f93e96c
...
...
@@ -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
//=========================================================================
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment