diff --git a/sites/+components/page-head.php b/sites/+components/page-head.php new file mode 100644 index 00000000..d5bde1f1 --- /dev/null +++ b/sites/+components/page-head.php @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/sites/index.php b/sites/index.php index 3d58e78d..701ac1a3 100644 --- a/sites/index.php +++ b/sites/index.php @@ -2,7 +2,7 @@ // prerequisite include for sites and components require_once "+getenv.php"; require_once "$PROJECT_ROOT/php/utils/server-utils.php"; - + $rooms_raw = file_get_contents($ROOMS_FILE); $rooms = json_decode($rooms_raw); $rooms_assoc = json_decode($rooms_raw, true); @@ -11,8 +11,8 @@
- - + +