]> git.wh0rd.org - tt-rss.git/blobdiff - prefs.php
change default feed for new users (come again)
[tt-rss.git] / prefs.php
index 4b15c52e72ce8b064c7fda9fba7b66ad86b3cfcb..0c036d99feea0c6df17ed108c6e584cb07669d77 100644 (file)
--- a/prefs.php
+++ b/prefs.php
        <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">