diff options
Diffstat (limited to 'pages/schedules.inc')
-rw-r--r-- | pages/schedules.inc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pages/schedules.inc b/pages/schedules.inc index fae5984..9b1c5eb 100644 --- a/pages/schedules.inc +++ b/pages/schedules.inc @@ -40,7 +40,7 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/composer/ical/ical.php"; <h3 id="live-time-other">--:--</h3> </div> - <?php + <!--<?php $weekDay = (int)date('N'); @@ -61,7 +61,7 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/composer/ical/ical.php"; echo('<div class="alert alert-success"><b><span class="invert">🎉</span> No work today!</b></div>'); } - ?> + ?>--> <ul> <li><b>Anchorage:</b> <span id="live-time-other1">--:--</span></li> @@ -77,7 +77,7 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/composer/ical/ical.php"; <h3 id="live-time-cloudburst">--:--</h3> </div> - <?php + <!--<?php $calendar = new \om\IcalParser(); $calendar->parseFile($_SERVER['DOCUMENT_ROOT'] . "/includes/data/calendar.ics"); @@ -102,7 +102,7 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/composer/ical/ical.php"; echo('<div class="alert alert-success"><b><span class="invert">🎉</span> No college today!</b></div>'); } - ?> + ?>--> <hr style="display: none;" class="schedules-separator"> </div> @@ -113,7 +113,7 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/composer/ical/ical.php"; <h3 id="live-time-raindrops">--:--</h3> </div> - <?php + <!--<?php $school = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/school.json"), true); @@ -137,7 +137,7 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/composer/ical/ical.php"; } } - ?> + ?>--> </div> </div> </div> |