¡Hyperling.com 2.0! #16

Merged
me merged 75 commits from dev into main 2025-10-14 14:54:55 -07:00
Showing only changes of commit 7ce1c5216f - Show all commits

View File

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