Slightly more helpful message if no courses can be shown.
[moodle-linuxchix.git] / theme / formal_white / docstyles.php
blob296b28d3dff7dd6252705c8d0ccd968857fa0db5
1 <?PHP /* $Id$ */
3 /// We use PHP so we can do value substitutions into the styles
4 $nomoodlecookie = true;
6 require_once("../../config.php");
7 $themename = optional_param('themename', NULL, PARAM_SAFEDIR);
9 $themeurl = style_sheet_setup(filemtime("styles.php"), 300, $themename);
11 ///
12 /// You can hardcode colours in this file if you
13 /// don't care about this.