summaryrefslogtreecommitdiff
path: root/include/login_form.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-11-30 15:53:32 +0300
committerAndrew Dolgov <[email protected]>2020-11-30 15:53:32 +0300
commit81c52b4b1e73bcc44cbe93fa926036277a961208 (patch)
tree9f0de5a34f470df55f63a4bb233424bf71ed03c3 /include/login_form.php
parent8089fcc7622590dc93d427532ec35f3644214ed0 (diff)
add support for an override stylesheet which applies to all users
Diffstat (limited to 'include/login_form.php')
-rwxr-xr-xinclude/login_form.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/login_form.php b/include/login_form.php
index d2688d0ec..586d6fe78 100755
--- a/include/login_form.php
+++ b/include/login_form.php
@@ -18,6 +18,10 @@
} ?>
+ <?php if (theme_exists(LOCAL_OVERRIDE_STYLESHEET)) {
+ echo stylesheet_tag(get_theme_path(LOCAL_OVERRIDE_STYLESHEET));
+ } ?>
+
<style type="text/css">
@media (prefers-color-scheme: dark) {
body {