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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user