diff --git a/allsessions.php b/allsessions.php index 5b87698..c51e731 100644 --- a/allsessions.php +++ b/allsessions.php @@ -1,5 +1,7 @@ '; +$MY_TITLE = "All Sessions"; +$MY_CRUMB = "All Sessions"; +$timeslot_config = file_exists('schedule_timeslots.json') ? json_decode(file_get_contents('schedule_timeslots.json'), true) : []; +$config_js = ''; +$CONTENT = '
{{ mode_string(a) }}
+Location: {{ a.location_irl }}
+Link: {{ a.location }}
+No content provided.
"; +$DIR_APP_VER = file_exists('js/dir_app.js') ? filemtime('js/dir_app.js') : time(); $MY_PATH = $_SERVER['PHP_SELF']; $MOD_DATE = file_exists(__FILE__) ? date("F d Y H:i.", filemtime(__FILE__)) : "(unknown)"; @@ -25,6 +26,7 @@ $MOD_DATE = file_exists(__FILE__) ? date("F d Y H:i.", filemtime(__FILE__)) : "( + @@ -73,7 +75,7 @@ $MOD_DATE = file_exists(__FILE__) ? date("F d Y H:i.", filemtime(__FILE__)) : "(