mirror of
https://github.com/standardebooks/web.git
synced 2025-07-10 00:30:28 -04:00
6 lines
291 B
PHP
6 lines
291 B
PHP
<? if($GLOBALS['User'] === null){ ?>
|
|
<aside class="donation">
|
|
<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>
|
|
</aside>
|
|
<? } ?>
|