mirror of
https://github.com/standardebooks/web.git
synced 2025-07-19 04:44:48 -04:00
Add donation drive scaffolding
This commit is contained in:
parent
60585024b1
commit
bbe89b0baf
21 changed files with 472 additions and 85 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue