KXStudio Website https://kx.studio/
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.

thankyou.php 387B

1234567891011121314151617
  1. <?php
  2. $PAGE_TITLE = "KXStudio : Donations : Thank You";
  3. $PAGE_TYPE = "DONATIONS";
  4. $PAGE_SOURCE_1 = ARRAY("/Donations", "/donate/thankyou");
  5. $PAGE_SOURCE_2 = ARRAY("Donations", "Thank You");
  6. include_once("../includes/header.php");
  7. ?>
  8. <p style="font-size:1.5em;">
  9. Thank you very much for your donation!<br/>
  10. </p>
  11. <p><br/></p>
  12. <?php
  13. include_once("../includes/footer.php");
  14. ?>