<?
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();?>