diff options
| author | Veit Lehmann <levito82@gmail.com> | 2023-02-24 00:46:40 +0100 |
|---|---|---|
| committer | Veit Lehmann <levito82@gmail.com> | 2023-02-24 00:46:40 +0100 |
| commit | aa2b770e3068705bd948196c82e396513ffc8a01 (patch) | |
| tree | 0636bc08435bc7a8abd9228f66f1e1dc66743b2c /plugins/auth_internal | |
| parent | fcfcb69a2eba083df3401497712c6a3d06c7452f (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.php | 1 |
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> |