The way of configuration was changed

to enable the Dark-Mode create a file named "darkmode" in the "front" directory
This commit is contained in:
leiweibau
2022-05-23 16:14:22 +02:00
parent 06fafd1eea
commit f28ca6726e
4 changed files with 24 additions and 12 deletions

View File

@@ -154,9 +154,12 @@
<link href="lib/fullcalendar-scheduler/scheduler.min.css" rel="stylesheet">
<script src="lib/fullcalendar-scheduler/scheduler.min.js"></script>
<!-- Enable or Disable the CSS Patch for Dark-Mode -->
<!-- Uncomment or Comment below-->
<link rel="stylesheet" href="css/dark-patch-cal.css">
<!-- Dark-Mode Patch -->
<?php
if ($ENABLED_DARKMODE === True) {
echo '<link rel="stylesheet" href="css/dark-patch-cal.css">';
}
?>
<!-- page script ----------------------------------------------------------- -->
<script>