1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-09 13:31:33 +00:00

new option - USER_STYLESHEET_URL

This commit is contained in:
Andrew Dolgov
2005-11-22 07:44:19 +01:00
parent 7325509d5d
commit 386d7b5bda
4 changed files with 16 additions and 0 deletions

View File

@@ -17,6 +17,11 @@
<link rel="stylesheet" type="text/css" href="tt-rss.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">