Change the homepage to be a list of announcements.

This commit is contained in:
2025-10-13 06:06:18 -07:00
parent c7c3485896
commit 7ce1c5216f

View File

@@ -4,7 +4,7 @@
--> -->
<?php <?php
if (!isset($GLOBALS["HEADER_TITLE"])) { if (!isset($GLOBALS["HEADER_TITLE"])) {
$GLOBALS["HEADER_TITLE"] = "Home"; $GLOBALS["HEADER_TITLE"] = "Announcements";
} }
include "helpers/body_open.php"; include "helpers/body_open.php";
?> ?>
@@ -26,7 +26,7 @@
</div> </div>
<?php <?php
include "subpages/home/apps.php"; include "subpages/home/announcements.php";
include "helpers/body_close.php"; include "helpers/body_close.php";
?> ?>