summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-26 07:48:37 +0100
committerAndrew Dolgov <[email protected]>2005-11-26 07:48:37 +0100
commit503eb3498a037c8772289d4baf6044261b4f9f31 (patch)
treea31abdcce82c206dab96da096af7978947fcf715 /prefs.php
parent54a60e1a0001da296b73eee86c27babdb9abd4c3 (diff)
generic theme support, misc compact stylesheet iframe fixes
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/prefs.php b/prefs.php
index 75cf932c1..559f85109 100644
--- a/prefs.php
+++ b/prefs.php
@@ -16,6 +16,11 @@
<title>Tiny Tiny RSS : Preferences</title>
<link rel="stylesheet" href="tt-rss.css" type="text/css">
+ <? $user_theme = $_SESSION["theme"];
+ if ($user_theme) { ?>
+ <link rel="stylesheet" type="text/css" href="themes/<?= $user_theme ?>/theme.css">
+ <? } ?>
+
<? $user_css_url = get_pref($link, 'USER_STYLESHEET_URL'); ?>
<? if ($user_css_url) { ?>
<link type="text/css" href="<?= $user_css_url ?>"/>