Move Full Calendar assets from main header to event section

This commit is contained in:
johnnyq
2022-01-20 11:28:07 -05:00
parent 34969bc475
commit f27a902b04
4 changed files with 11 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
<?php include("header.php"); ?>
<link href='plugins/fullcalendar/main.min.css' rel='stylesheet' />
<?php
if(isset($_GET['calendar_id'])){
@@ -41,6 +43,8 @@ while($row = mysqli_fetch_array($sql)){
<?php include("footer.php"); ?>
<script src='plugins/fullcalendar/main.min.js'></script>
<script>
document.addEventListener('DOMContentLoaded', function() {