summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-08 17:39:24 +0300
committerAndrew Dolgov <[email protected]>2021-03-08 17:39:24 +0300
commitcfb48825911b8d3d1e7a3e1492f25319cc01a7f9 (patch)
treefdbfc7e81e354a1dc611f2f8df4a0ca5e34aa21b /index.php
parent28dd255c30c7bdb528ec1fde2391705fbc9b4cf6 (diff)
cleanup javascript_tag and stylesheet_tag
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 573df98ac..ba6e03376 100644
--- a/index.php
+++ b/index.php
@@ -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']);
}
} ?>