summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 7983afca0..9d1dadbb6 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -18,6 +18,11 @@
<link rel="stylesheet" type="text/css" href="tt-rss.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 ?>"/>