Oppaitime's version of Gazelle
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

cancel.php 345B

12345678910111213
  1. <?
  2. enforce_login();
  3. View::show_header('Donation Canceled');
  4. ?>
  5. <div class="thin">
  6. <div class="header">
  7. <h3 id="forums">Donation Canceled</h3>
  8. </div>
  9. <div class="box pad" style="padding: 10px 10px 10px 20px;">
  10. <p>It's the thought that counts. Please reconsider donating in the future.</p>
  11. </div>
  12. </div>
  13. <? View::show_footer(); ?>