generic theme support, misc compact stylesheet iframe fixes

This commit is contained in:
Andrew Dolgov
2005-11-26 07:48:37 +01:00
parent 54a60e1a00
commit 503eb3498a
4 changed files with 46 additions and 2 deletions

View File

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