mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 03:25:55 +00:00
add support for an override stylesheet which applies to all users
This commit is contained in:
@@ -36,8 +36,11 @@
|
||||
if ($theme && theme_exists("$theme")) {
|
||||
echo stylesheet_tag(get_theme_path($theme), 'theme_css');
|
||||
}
|
||||
}
|
||||
?>
|
||||
} ?>
|
||||
|
||||
<?php if (theme_exists(LOCAL_OVERRIDE_STYLESHEET)) {
|
||||
echo stylesheet_tag(get_theme_path(LOCAL_OVERRIDE_STYLESHEET));
|
||||
} ?>
|
||||
|
||||
<script type="text/javascript">
|
||||
const __csrf_token = "<?php echo $_SESSION["csrf_token"]; ?>";
|
||||
|
||||
Reference in New Issue
Block a user