mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 10:56:26 +00:00
11 lines
292 B
PHP
11 lines
292 B
PHP
|
<?
|
||
|
enforce_login();
|
||
|
show_header('Donation Canceled');
|
||
|
?>
|
||
|
<div class="thin">
|
||
|
<h3 id="forums">Donation Canceled</h3>
|
||
|
<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(); ?>
|