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.

complete.php 459B

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