summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/prefs.php b/prefs.php
index 972e577ca..891b9c8aa 100644
--- a/prefs.php
+++ b/prefs.php
@@ -28,12 +28,8 @@
<link rel="stylesheet" type="text/css" href="lib/dijit/themes/claro/claro.css"/>
<?php print_theme_includes($link) ?>
+ <?php print_user_stylesheet($link) ?>
- <?php $user_css_url = get_pref($link, 'USER_STYLESHEET_URL'); ?>
- <?php if ($user_css_url) { ?>
- <link type="text/css" href="<?php echo $user_css_url ?>"/>
- <?php } ?>
-
<link rel="shortcut icon" type="image/png" href="images/favicon.png"/>
<script type="text/javascript" src="lib/prototype.js"></script>