mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 03:35:55 +00:00
cleanup javascript_tag and stylesheet_tag
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
<?php if ($_SESSION["uid"] && empty($_SESSION["safe_mode"])) {
|
||||
$theme = get_pref(Prefs::USER_CSS_THEME);
|
||||
if ($theme && theme_exists("$theme")) {
|
||||
echo stylesheet_tag(get_theme_path($theme), 'theme_css');
|
||||
echo stylesheet_tag(get_theme_path($theme), ['id' => 'theme_css']);
|
||||
}
|
||||
} ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user