aboutsummaryrefslogtreecommitdiff
path: root/include/login_form.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/login_form.php')
-rwxr-xr-xinclude/login_form.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/login_form.php b/include/login_form.php
index 8fa578c11..e601ca619 100755
--- a/include/login_form.php
+++ b/include/login_form.php
@@ -34,6 +34,11 @@
</script>
<script type="text/javascript">
+ const __default_light_theme = "<?= get_theme_path(Config::get(Config::DEFAULT_LIGHT_THEME), 'themes/light.css') ?>";
+ const __default_dark_theme = "<?= get_theme_path(Config::get(Config::DEFAULT_DARK_THEME), 'themes/night.css') ?>";
+ </script>
+
+ <script type="text/javascript">
/* exported Plugins */
const Plugins = {};