summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-17 13:39:30 +0300
committerAndrew Dolgov <[email protected]>2010-11-17 13:40:38 +0300
commit8d3cb8c0a95e21bda7d4b35b41d32ea5eb4084bc (patch)
tree6c241dc9de78c98b88bb22f687024a6fb3965ff8 /prefs.php
parent500943a45b3993b28ceee7331ac0bf65ae22b636 (diff)
enable triple-pane theme; fix theme system not working
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/prefs.php b/prefs.php
index 5bedfb8a3..eda3cd0f9 100644
--- a/prefs.php
+++ b/prefs.php
@@ -27,10 +27,7 @@
<link rel="stylesheet" type="text/css" href="tt-rss.css?<?php echo $dt_add ?>"/>
<link rel="stylesheet" type="text/css" href="lib/dijit/themes/claro/claro.css"/>
- <?php $user_theme = get_user_theme_path($link);
- if ($user_theme) { ?>
- <link rel="stylesheet" type="text/css" href="<?php echo $user_theme ?>/theme.css"/>
- <?php } ?>
+ <?php print_theme_includes($link) ?>
<?php $user_css_url = get_pref($link, 'USER_STYLESHEET_URL'); ?>
<?php if ($user_css_url) { ?>