Skip to content

Commit

Permalink
Config setting for the theme order priorities.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikawhero committed May 3, 2007
1 parent 08297dc commit 6f93e96
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config-dist.php
Expand Up @@ -287,6 +287,14 @@
// $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
//=========================================================================
Expand Down

0 comments on commit 6f93e96

Please sign in to comment.