]> git.mjollnir.org Git - moodle.git/commitdiff
Put $themename back again
authormoodler <moodler>
Mon, 26 Jan 2004 04:34:44 +0000 (04:34 +0000)
committermoodler <moodler>
Mon, 26 Jan 2004 04:34:44 +0000 (04:34 +0000)
theme/standard/styles.php

index 5e9afd81627f8f1eba3b0e8b7d4f35f896bdd52d..11a51fcd119fee8f50987fe7437f263e7c802e67 100644 (file)
@@ -4,7 +4,7 @@
 
     $nomoodlecookie = true;
     require_once("../../config.php"); 
-    $themeurl = style_sheet_setup(filemtime("styles.php"), 300, 'standard');
+    $themeurl = style_sheet_setup(filemtime("styles.php"), 300, $themename);
 
 /// From here on it's nearly a normal stylesheet. 
 /// First are some CSS definitions for normal tags,