1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 04:25:57 +00:00

enable triple-pane theme; fix theme system not working

This commit is contained in:
Andrew Dolgov
2010-11-17 13:39:30 +03:00
parent 500943a45b
commit 8d3cb8c0a9
7 changed files with 56 additions and 16 deletions

View File

@@ -30,10 +30,7 @@
<link rel="stylesheet" type="text/css" href="lib/dijit/themes/claro/claro.css"/>
<?php $user_theme = get_user_theme_path($link);
if ($user_theme) { ?>
<link rel="stylesheet" type="text/css" href="<?php echo $user_theme ?>/theme.css?<?php echo $dt_add ?>">
<?php } ?>
<?php print_theme_includes($link) ?>
<?php $user_css_url = get_pref($link, 'USER_STYLESHEET_URL'); ?>
<?php if ($user_css_url) { ?>