2011-03-28 14:21:28 +00:00
|
|
|
<?
|
|
|
|
enforce_login();
|
2012-10-11 08:00:15 +00:00
|
|
|
View::show_header('Donation Complete');
|
2011-03-28 14:21:28 +00:00
|
|
|
?>
|
|
|
|
<div class="thin">
|
2012-08-19 08:00:19 +00:00
|
|
|
<div class="header">
|
|
|
|
<h3 id="forums">Donation Complete</h3>
|
|
|
|
</div>
|
2013-05-25 08:01:03 +00:00
|
|
|
<div class="box pad" style="padding: 10px 10px 10px 20px;">
|
2013-06-26 08:01:00 +00:00
|
|
|
<p>Thank you for your donation! If this is your first time donating, you will have received two (2) invitations and a <img src="<?=(STATIC_SERVER)?>common/symbols/donor.png" alt="Donor" />.</p>
|
2011-03-28 14:21:28 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2012-10-11 08:00:15 +00:00
|
|
|
<? View::show_footer();?>
|