summaryrefslogtreecommitdiff
path: root/classes/handler
diff options
context:
space:
mode:
authorVeit Lehmann <[email protected]>2023-02-24 00:46:40 +0100
committerVeit Lehmann <[email protected]>2023-02-24 00:46:40 +0100
commitaa2b770e3068705bd948196c82e396513ffc8a01 (patch)
tree0636bc08435bc7a8abd9228f66f1e1dc66743b2c /classes/handler
parentfcfcb69a2eba083df3401497712c6a3d06c7452f (diff)
add override links to utility views
This enables `local-overrides.css` and `local-overrides.js` for all utility views, for example to add polyfills, enable responsive styling or to adjust styles globally.
Diffstat (limited to 'classes/handler')
-rwxr-xr-xclasses/handler/public.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/handler/public.php b/classes/handler/public.php
index c6ec39f36..f89be14bb 100755
--- a/classes/handler/public.php
+++ b/classes/handler/public.php
@@ -451,6 +451,7 @@ class Handler_Public extends Handler {
echo javascript_tag("lib/dojo/dojo.js");
echo javascript_tag("lib/dojo/tt-rss-layer.js");
?>
+ <?= Config::get_override_links() ?>
</head>
<body class='flat ttrss_utility'>
<div class='container'>