Synchronize the Support and Donate pages by also moving the header to a subpage.

This commit is contained in:
2026-06-25 13:30:55 -07:00
parent 18701a3c56
commit 7aa02e0ef5
3 changed files with 35 additions and 18 deletions
+12 -1
View File
@@ -4,5 +4,16 @@
if (!isset($GLOBALS["HEADER_TITLE"])) {
$GLOBALS["HEADER_TITLE"] = "Donate";
}
include "support.php";
include "helpers/body_open.php";
include "subpages/support/header.php";
include "subpages/support/donate.php";
include "subpages/support/support.php";
// 2025-01-04 Not really looking for this type of thing.
//include "subpages/support/gifts.php";
include "helpers/body_close.php";
?>