summaryrefslogtreecommitdiff
path: root/plugins/auth_internal
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 /plugins/auth_internal
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 'plugins/auth_internal')
-rw-r--r--plugins/auth_internal/init.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/auth_internal/init.php b/plugins/auth_internal/init.php
index 135e4d3ed..f113cd31e 100644
--- a/plugins/auth_internal/init.php
+++ b/plugins/auth_internal/init.php
@@ -76,6 +76,7 @@ class Auth_Internal extends Auth_Base {
},
};
</script>
+ <?= Config::get_override_links() ?>
</head>
<body class="flat ttrss_utility otp css_loading">
<h1><?= __("Authentication") ?></h1>