mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
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:
@@ -506,11 +506,12 @@
|
||||
<script src="lib/AdminLTE/bower_components/moment/moment.js"></script>
|
||||
<script src="lib/AdminLTE/bower_components/fullcalendar/dist/fullcalendar.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>
|
||||
|
||||
Reference in New Issue
Block a user