Gazelle/sections/donate/cancel.php

13 lines
323 B
PHP
Raw Normal View History

2011-03-28 14:21:28 +00:00
<?
enforce_login();
show_header('Donation Canceled');
?>
<div class="thin">
2012-08-19 08:00:19 +00:00
<div class="header">
<h3 id="forums">Donation Canceled</h3>
</div>
2011-03-28 14:21:28 +00:00
<div class="box pad" style="padding:10px 10px 10px 20px;">
<p>It's the thought that counts. Please reconsider donating in the future.</p>
</div>
</div>
<? show_footer(); ?>