From 0affff5ecd731d79f887decf97f81daf007624f9 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 26 Jan 2004 04:34:44 +0000 Subject: [PATCH] Put $themename back again --- theme/standard/styles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/standard/styles.php b/theme/standard/styles.php index 5e9afd8162..11a51fcd11 100644 --- a/theme/standard/styles.php +++ b/theme/standard/styles.php @@ -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, -- 2.39.5