Group Assigner CSS

pull/83/head
Oliwier 7 years ago committed by GitHub
parent 6e41a87777
commit 1f00bce5f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -41,6 +41,9 @@ $htalink = $config["general"]["enablehta"] ? "" : ".php";
<link href="css/navbar.css" rel="stylesheet"> <link href="css/navbar.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet"> <link href="css/style.css" rel="stylesheet">
<!-- Group Assigner CSS -->
<link href="css/groupassigner.css" rel="stylesheet">
<?php if(!empty($config["general"]["christmasmode"])) { ?> <?php if(!empty($config["general"]["christmasmode"])) { ?>
<script src="js/christmas.js"></script> <script src="js/christmas.js"></script>
<?php } ?> <?php } ?>

Loading…
Cancel
Save