mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 07:10:29 -04:00
13 lines
546 B
PHP
13 lines
546 B
PHP
<?
|
|
if(!isset($holidays)){
|
|
$holidays = false;
|
|
}
|
|
?>
|
|
<aside class="donation">
|
|
<? if($holidays){ ?>
|
|
<p>We rely on your support to help us keep producing beautiful, free, and unrestricted editions of literature for the digital age.</p>
|
|
<p>Will you <a href="/donate">support our efforts with a donation</a>?</p>
|
|
<? }else{ ?>
|
|
<p>We rely on your support to help us keep producing beautiful, free, and unrestricted editions of literature for the digital age. Will you <a href="/donate">support our efforts with a donation</a>?</p>
|
|
<? } ?>
|
|
</aside>
|