diff --git a/thanks.php b/thanks.php new file mode 100644 index 0000000..65ce5bc --- /dev/null +++ b/thanks.php @@ -0,0 +1,17 @@ + // Preamble + $pageName = "Thanks!"; + $focused = "none"; // Dock icon name to gets a border + require("parts/preamble.php"); // Load most of document +?> +
Your comments have been submitted to the QuakeForge team. + +
You are now being sent back to the Contact Us page. + + + require("parts/postamble.php"); // Finish this sucker up +?> + + sleep(5); + header("Location: http://www.quakeforge.net/contact.php"); +?>