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);
12 /// You can hardcode colours in this file if you
13 /// don't care about this.