From 6f93e96c19f599582bbb3a795d2722f323496203 Mon Sep 17 00:00:00 2001 From: ikawhero Date: Thu, 3 May 2007 07:39:27 +0000 Subject: [PATCH] Config setting for the theme order priorities. --- config-dist.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config-dist.php b/config-dist.php index a28282ebc1..32036d103e 100644 --- a/config-dist.php +++ b/config-dist.php @@ -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 //========================================================================= -- 2.39.5