mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-05 22:19:16 +00:00
enable triple-pane theme; fix theme system not working
This commit is contained in:
@@ -27,10 +27,7 @@
|
||||
<link rel="stylesheet" type="text/css" href="tt-rss.css?<?php echo $dt_add ?>"/>
|
||||
<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 } ?>
|
||||
<?php print_theme_includes($link) ?>
|
||||
|
||||
<?php $user_css_url = get_pref($link, 'USER_STYLESHEET_URL'); ?>
|
||||
<?php if ($user_css_url) { ?>
|
||||
|
||||
Reference in New Issue
Block a user