summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/prefs.php b/prefs.php
index 92b32fd61..3a5e792e4 100644
--- a/prefs.php
+++ b/prefs.php
@@ -40,9 +40,9 @@
<?php if ($_SESSION["uid"]) {
$theme = get_pref("USER_CSS_THEME", false, false);
if ($theme && theme_exists("$theme")) {
- echo stylesheet_tag(get_theme_path($theme));
+ echo stylesheet_tag(get_theme_path($theme), 'theme_css');
} else {
- echo stylesheet_tag("css/default.css");
+ echo stylesheet_tag("css/default.css", 'theme_css');
}
}
?>