Synchronize the Support and Donate pages by also moving the header to a subpage.
This commit is contained in:
+12
-1
@@ -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";
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user