Add donation drive scaffolding

This commit is contained in:
Alex Cabal 2022-02-15 20:43:19 -06:00
parent 60585024b1
commit bbe89b0baf
21 changed files with 472 additions and 85 deletions

View file

@ -1,21 +1,9 @@
<?
if(!isset($title)){
$title = '';
}
if(!isset($highlight)){
$highlight = '';
}
if(!isset($description)){
$description = '';
}
if(!isset($manual)){
$manual = false;
}
$title = $title ?? '';
$highlight = $highlight ?? '';
$description = $description ?? '';
$manual = $manual ?? false;
$colorScheme = $_COOKIE['color-scheme'] ?? 'auto';
header('content-type: application/xhtml+xml');