adding some strings
[moodle-linuxchix.git] / theme / custom_corners / config.php
blob8855ea625cf6e66ce246c5ca0501bbabb3212b34
1 <?php // $Id$
2 ////////////////////////////////////////////////////////////////////////////////
3 /// This file contains a few configuration variables that control
4 /// how Moodle uses this theme.
5 ////////////////////////////////////////////////////////////////////////////////
7 //trigger_error('custom_corners/config.php - $CFG->langdirection: '.$CFG->langdirection, E_USER_NOTICE);
9 if ($CFG->langdirection == 'rtl') {
10 $THEME->sheets = array('user_styles', 'styles_rtl');
11 //trigger_error('custom_corners/config.php - is rtl ::: ', E_USER_NOTICE);
12 } else {
13 $THEME->sheets = array('user_styles');
14 //trigger_error('custom_corners/config.php - is not rtl ::: ', E_USER_NOTICE);
17 //trigger_error('custom_corners/config.php - $THEME->sheets: '.$THEME->sheets[0].', '.$THEME->sheets[1], E_USER_NOTICE);
19 // $THEME->sheets = array('user_styles');
21 // $THEME->sheets = array('user_styles', 'adminpage_correct');
23 /// This variable is an array containing the names of all the
24 /// stylesheet files you want included in this theme, and in what order
25 ////////////////////////////////////////////////////////////////////////////////
28 $THEME->standardsheets = array('styles_layout');
30 /// This variable can be set to an array containing
31 /// filenames from the *STANDARD* theme. If the
32 /// array exists, it will be used to choose the
33 /// files to include in the standard style sheet.
34 /// When false, then no files are used.
35 /// When true or NON-EXISTENT, then ALL standard files are used.
36 /// This parameter can be used, for example, to prevent
37 /// having to override too many classes.
38 /// Note that the trailing .css should not be included
39 /// eg $THEME->standardsheets = array('styles_layout','styles_fonts','styles_color');
40 ////////////////////////////////////////////////////////////////////////////////
43 $THEME->parent = '';
45 /// This variable can be set to the name of a parent theme
46 /// which you want to have included before the current theme.
47 /// This can make it easy to make modifications to another
48 /// theme without having to actually change the files
49 /// If this variable is empty or false then a parent theme
50 /// is not used.
51 ////////////////////////////////////////////////////////////////////////////////
54 $THEME->parentsheets = false;
56 /// This variable can be set to an array containing
57 /// filenames from a chosen *PARENT* theme. If the
58 /// array exists, it will be used to choose the
59 /// files to include in the standard style sheet.
60 /// When false, then no files are used.
61 /// When true or NON-EXISTENT, then ALL standard files are used.
62 /// This parameter can be used, for example, to prevent
63 /// having to override too many classes.
64 /// Note that the trailing .css should not be included
65 /// eg $THEME->parentsheets = array('styles_layout','styles_fonts','styles_color');
66 ////////////////////////////////////////////////////////////////////////////////
69 $THEME->modsheets = true;
71 /// When this is enabled, then this theme will search for
72 /// files named "styles.php" inside all Activity modules and
73 /// include them. This allows modules to provide some basic
74 /// layouts so they work out of the box.
75 /// It is HIGHLY recommended to leave this enabled.
78 $THEME->blocksheets = true;
80 /// When this is enabled, then this theme will search for
81 /// files named "styles.php" inside all Block modules and
82 /// include them. This allows Blocks to provide some basic
83 /// layouts so they work out of the box.
84 /// It is HIGHLY recommended to leave this enabled.
87 $THEME->langsheets = false;
89 /// By setting this to true, then this theme will search for
90 /// a file named "styles.php" inside the current language
91 /// directory. This allows different languages to provide
92 /// different styles.
95 $THEME->block_l_min_width = 180;
96 $THEME->block_l_max_width = 210;
97 $THEME->block_r_min_width = 180;
98 $THEME->block_r_max_width = 210;;
100 /// These values define the min and max width of the left and right
101 /// sieblocks in the course pages. If not set or false the standard
102 /// values are taken.
105 $THEME->courseformatsheets = true;
107 /// When this is enabled, this theme will search for files
108 /// named "styles.php" inside all course formats and
109 /// include them. This allows course formats to provide
110 /// their own default styles.
113 $THEME->metainclude = true;
115 /// When this is enabled (or not set!) then Moodle will try
116 /// to include a file meta.php from this theme into the
117 /// <head></head> part of the page.
120 $THEME->standardmetainclude = true;
123 /// When this is enabled (or not set!) then Moodle will try
124 /// to include a file meta.php from the standard theme into the
125 /// <head></head> part of the page.
128 $THEME->parentmetainclude = false;
130 /// When this is enabled (or not set!) then Moodle will try
131 /// to include a file meta.php from the parent theme into the
132 /// <head></head> part of the page.
135 $THEME->navmenuwidth = 50;
137 /// You can use this to control the cutoff point for strings
138 /// in the navmenus (list of activities in popup menu etc)
139 /// Default is 50 characters wide.
142 $THEME->makenavmenulist = false;
144 /// By setting this to true, then you will have access to a
145 /// new variable in your header.html and footer.html called
146 /// $navmenulist ... this contains a simple XHTML menu of
147 /// all activities in the current course, mostly useful for
148 /// creating popup navigation menus and so on.
150 // $THEME->layouttable = array('middle', 'left', 'right');
153 $THEME->customcorners = true;
155 /// By setting this to true, Moodle will generate extra divs in
156 /// all pages to enable graphical rich custom corners and borders.
157 /// Please have a look at the README with more details.
160 //$THEME->chameleonenabled = true;
161 $THEME->chameleonenabled = false;
163 /// By setting this to false it disables editing of the stylsheets
164 /// this saves the overhead of loading chameleon on each page
165 /// viewed by a user who can edit pages. it is recommended to
166 /// set this to false once you're satisfied with your theme.
168 $THEME->chameleonteachereditenabled = false;
170 /// If you use chameleon as a course theme setting this to true
171 /// will allow teachers on that course to edit the theme.
175 $THEME->resource_mp3player_colors =
176 'bgColour=000000&btnColour=ffffff&btnBorderColour=cccccc&iconColour=000000&'.
177 'iconOverColour=00cc00&trackColour=cccccc&handleColour=ffffff&loaderColour=ffffff&'.
178 'font=Arial&fontColour=3333FF&buffer=10&waitForPlay=no&autoPlay=yes';
180 /// With this you can control the colours of the "big" MP3 player
181 /// that is used for MP3 resources.
184 $THEME->filter_mediaplugin_colors =
185 'bgColour=000000&btnColour=ffffff&btnBorderColour=cccccc&iconColour=000000&'.
186 'iconOverColour=00cc00&trackColour=cccccc&handleColour=ffffff&loaderColour=ffffff&'.
187 'waitForPlay=yes';
189 /// ...And this controls the small embedded player
192 $THEME->custompix = false;
194 /// If true, then this theme must have a "pix"
195 /// subdirectory that contains copies of all
196 /// files from the moodle/pix directory, plus a
197 /// "pix/mod" directory containing all the icons
198 /// for all the activity modules.
199 ////////////////////////////////////////////////////////////////////////////////