Gazelle/sections/donate/complete.php

12 lines
402 B
PHP
Raw Normal View History

2011-03-28 14:21:28 +00:00
<?
enforce_login();
show_header('Donation Complete');
?>
<div class="thin">
<h3 id="forums">Donation Complete</h3>
<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 recieved 2 invitations and a <img src="<?=STATIC_SERVER?>common/symbols/donor.png" alt="Donor" />.</p>
</div>
</div>
<? show_footer();?>