MDL-9628 Fixed sorting
[moodle-pu.git] / theme / custom_corners / config.php
blob6c3eeed356e2251df8002d86448287db83e1d916
1 <?php // $Id$
2 ////////////////////////////////////////////////////////////////////////////////
3 /// This file contains a few configuration variables that control
4 /// how Moodle uses this theme.
5 ////////////////////////////////////////////////////////////////////////////////
7 $THEME->sheets = array('user_styles', 'styles_rtl');
9 /// This variable is an array containing the names of all the
10 /// stylesheet files you want included in this theme, and in what order
11 ////////////////////////////////////////////////////////////////////////////////
14 $THEME->standardsheets = array('styles_layout');
16 /// This variable can be set to an array containing
17 /// filenames from the *STANDARD* theme. If the
18 /// array exists, it will be used to choose the
19 /// files to include in the standard style sheet.
20 /// When false, then no files are used.
21 /// When true or NON-EXISTENT, then ALL standard files are used.
22 /// This parameter can be used, for example, to prevent
23 /// having to override too many classes.
24 /// Note that the trailing .css should not be included
25 /// eg $THEME->standardsheets = array('styles_layout','styles_fonts','styles_color');
26 ////////////////////////////////////////////////////////////////////////////////
29 $THEME->parent = '';
31 /// This variable can be set to the name of a parent theme
32 /// which you want to have included before the current theme.
33 /// This can make it easy to make modifications to another
34 /// theme without having to actually change the files
35 /// If this variable is empty or false then a parent theme
36 /// is not used.
37 ////////////////////////////////////////////////////////////////////////////////
40 $THEME->parentsheets = false;
42 /// This variable can be set to an array containing
43 /// filenames from a chosen *PARENT* theme. If the
44 /// array exists, it will be used to choose the
45 /// files to include in the standard style sheet.
46 /// When false, then no files are used.
47 /// When true or NON-EXISTENT, then ALL standard files are used.
48 /// This parameter can be used, for example, to prevent
49 /// having to override too many classes.
50 /// Note that the trailing .css should not be included
51 /// eg $THEME->parentsheets = array('styles_layout','styles_fonts','styles_color');
52 ////////////////////////////////////////////////////////////////////////////////
55 $THEME->modsheets = true;
57 /// When this is enabled, then this theme will search for
58 /// files named "styles.php" inside all Activity modules and
59 /// include them. This allows modules to provide some basic
60 /// layouts so they work out of the box.
61 /// It is HIGHLY recommended to leave this enabled.
64 $THEME->blocksheets = true;
66 /// When this is enabled, then this theme will search for
67 /// files named "styles.php" inside all Block modules and
68 /// include them. This allows Blocks to provide some basic
69 /// layouts so they work out of the box.
70 /// It is HIGHLY recommended to leave this enabled.
73 $THEME->langsheets = false;
75 /// By setting this to true, then this theme will search for
76 /// a file named "styles.php" inside the current language
77 /// directory. This allows different languages to provide
78 /// different styles.
81 $THEME->block_l_min_width = 180;
82 $THEME->block_l_max_width = 210;
83 $THEME->block_r_min_width = 180;
84 $THEME->block_r_max_width = 210;
86 /// These values define the min and max width of the left and right
87 /// sieblocks in the course pages. If not set or false the standard
88 /// values are taken.
91 $THEME->courseformatsheets = true;
93 /// When this is enabled, this theme will search for files
94 /// named "styles.php" inside all course formats and
95 /// include them. This allows course formats to provide
96 /// their own default styles.
99 $THEME->metainclude = true;
101 /// When this is enabled (or not set!) then Moodle will try
102 /// to include a file meta.php from this theme into the
103 /// <head></head> part of the page.
106 $THEME->standardmetainclude = true;
109 /// When this is enabled (or not set!) then Moodle will try
110 /// to include a file meta.php from the standard theme into the
111 /// <head></head> part of the page.
114 $THEME->parentmetainclude = false;
116 /// When this is enabled (or not set!) then Moodle will try
117 /// to include a file meta.php from the parent theme into the
118 /// <head></head> part of the page.
121 $THEME->navmenuwidth = 50;
123 /// You can use this to control the cutoff point for strings
124 /// in the navmenus (list of activities in popup menu etc)
125 /// Default is 50 characters wide.
128 $THEME->makenavmenulist = false;
130 /// By setting this to true, then you will have access to a
131 /// new variable in your header.html and footer.html called
132 /// $navmenulist ... this contains a simple XHTML menu of
133 /// all activities in the current course, mostly useful for
134 /// creating popup navigation menus and so on.
136 // $THEME->layouttable = array('middle', 'left', 'right');
139 $THEME->customcorners = true;
141 /// By setting this to true, Moodle will generate extra divs in
142 /// all pages to enable graphical rich custom corners and borders.
143 /// Please have a look at the README with more details.
146 //$THEME->chameleonenabled = true;
147 $THEME->chameleonenabled = false;
149 /// By setting this to false it disables editing of the stylsheets
150 /// this saves the overhead of loading chameleon on each page
151 /// viewed by a user who can edit pages. it is recommended to
152 /// set this to false once you're satisfied with your theme.
154 $THEME->chameleonteachereditenabled = false;
156 /// If you use chameleon as a course theme setting this to true
157 /// will allow teachers on that course to edit the theme.
160 // $CFG->CSSEdit = true;
162 /// When this is enabled then Moodle will include all CSS files
163 /// seperately instead of writing all CSS code into one single
164 /// CSS file per theme. The single CSS files can then be edited
165 /// and saved with interactive CSS editors like CSSEdit.
168 $THEME->resource_mp3player_colors =
169 'bgColour=000000&btnColour=ffffff&btnBorderColour=cccccc&iconColour=000000&'.
170 'iconOverColour=00cc00&trackColour=cccccc&handleColour=ffffff&loaderColour=ffffff&'.
171 'font=Arial&fontColour=3333FF&buffer=10&waitForPlay=no&autoPlay=yes';
173 /// With this you can control the colours of the "big" MP3 player
174 /// that is used for MP3 resources.
177 $THEME->filter_mediaplugin_colors =
178 'bgColour=000000&btnColour=ffffff&btnBorderColour=cccccc&iconColour=000000&'.
179 'iconOverColour=00cc00&trackColour=cccccc&handleColour=ffffff&loaderColour=ffffff&'.
180 'waitForPlay=yes';
182 /// ...And this controls the small embedded player
185 $THEME->custompix = false;
187 /// If true, then this theme must have a "pix"
188 /// subdirectory that contains copies of all
189 /// files from the moodle/pix directory, plus a
190 /// "pix/mod" directory containing all the icons
191 /// for all the activity modules.
192 ////////////////////////////////////////////////////////////////////////////////