mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
new option - USER_STYLESHEET_URL
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user