Change the homepage to be a list of announcements.
This commit is contained in:
@@ -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";
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user