generic theme support, misc compact stylesheet iframe fixes
This commit is contained in:
@@ -16,6 +16,11 @@
|
||||
<title>Tiny Tiny RSS : Preferences</title>
|
||||
<link rel="stylesheet" href="tt-rss.css" type="text/css">
|
||||
|
||||
<? $user_theme = $_SESSION["theme"];
|
||||
if ($user_theme) { ?>
|
||||
<link rel="stylesheet" type="text/css" href="themes/<?= $user_theme ?>/theme.css">
|
||||
<? } ?>
|
||||
|
||||
<? $user_css_url = get_pref($link, 'USER_STYLESHEET_URL'); ?>
|
||||
<? if ($user_css_url) { ?>
|
||||
<link type="text/css" href="<?= $user_css_url ?>"/>
|
||||
|
||||
Reference in New Issue
Block a user