1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

add support for an override stylesheet which applies to all users

This commit is contained in:
Andrew Dolgov
2020-11-30 15:53:32 +03:00
parent 8089fcc762
commit 81c52b4b1e
5 changed files with 21 additions and 4 deletions

View File

@@ -98,6 +98,9 @@
<?php echo javascript_tag("js/common.js") ?>
<?php echo javascript_tag("lib/prototype.js") ?>
<?php echo javascript_tag("lib/scriptaculous/scriptaculous.js?load=effects,controls") ?>
<?php if (theme_exists(LOCAL_OVERRIDE_STYLESHEET)) {
echo stylesheet_tag(get_theme_path(LOCAL_OVERRIDE_STYLESHEET));
} ?>
</head>
<script type="text/javascript">