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.

complete.php 441B

12345678910111213141516171819
  1. <?php
  2. enforce_login();
  3. View::show_header('Donation Complete');
  4. ?>
  5. <div>
  6. <div class="header">
  7. <h3 id="forums">Donation Complete</h3>
  8. </div>
  9. <div class="box">
  10. <p>
  11. Thank you for your donation!
  12. If this is your first time donating, you will have received two (2) invitations and a
  13. <img src="<?=(STATIC_SERVER)?>common/symbols/donor.png"
  14. alt="Donor" />.
  15. </p>
  16. </div>
  17. </div>
  18. <?php View::show_footer();