summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-22 07:44:19 +0100
committerAndrew Dolgov <[email protected]>2005-11-22 07:44:19 +0100
commit386d7b5bda0a1d86896d08a6805307ea18ea919f (patch)
treebd02ae0031a1e82990aab05af5f5f979cf19df08 /prefs.php
parent7325509d5d6b92b876246aba4cf48971265dc9a2 (diff)
new option - USER_STYLESHEET_URL
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 4b15c52e7..0c036d99f 100644
--- a/prefs.php
+++ b/prefs.php
@@ -15,6 +15,11 @@
<title>Tiny Tiny RSS : Preferences</title>
<link rel="stylesheet" href="tt-rss.css" type="text/css">
+ <? $user_css_url = get_pref($link, 'USER_STYLESHEET_URL'); ?>
+ <? if ($user_css_url) { ?>
+ <link type="text/css" href="<?= $user_css_url ?>"/>
+ <? } ?>
+
<? if (get_pref($link, 'USE_COMPACT_STYLESHEET')) { ?>
<link rel="stylesheet" href="tt-rss_compact.css" type="text/css">