diff options
author | RaindropsSys <contact@minteck.org> | 2023-06-02 16:31:02 +0200 |
---|---|---|
committer | RaindropsSys <contact@minteck.org> | 2023-06-02 16:31:02 +0200 |
commit | 48afc99d05c7bcd54231f340635f5102a03fbda4 (patch) | |
tree | bdad312490ee42b84dde71d5c49266f1b7fc792e /pages/schedules.inc | |
parent | 82ef2e6f4fadb6ed721a0de79ec4d2fcfdc3f426 (diff) | |
download | pluralconnect-48afc99d05c7bcd54231f340635f5102a03fbda4.tar.gz pluralconnect-48afc99d05c7bcd54231f340635f5102a03fbda4.tar.bz2 pluralconnect-48afc99d05c7bcd54231f340635f5102a03fbda4.zip |
Updated 7 files, added error.php and deleted 39 files (automated)
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> |