BioTorrents.de’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 312B

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