mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 19:06:27 +00:00
14 lines
433 B
PHP
14 lines
433 B
PHP
<?
|
|
enforce_login();
|
|
show_header('Donation Complete');
|
|
?>
|
|
<div class="thin">
|
|
<div class="header">
|
|
<h3 id="forums">Donation Complete</h3>
|
|
</div>
|
|
<div class="box pad" style="padding:10px 10px 10px 20px;">
|
|
<p>Thank you for your donation! If this is your first time donating you will now have received 2 invitations and a <img src="<?=STATIC_SERVER?>common/symbols/donor.png" alt="Donor" />.</p>
|
|
</div>
|
|
</div>
|
|
<? show_footer();?>
|