mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 15:22:13 +00:00
12 lines
443 B
PHP
12 lines
443 B
PHP
<? // Preamble
|
|
$pageName = "Thanks!";
|
|
$focused = "none"; // Dock icon name to gets a border
|
|
require("parts/preamble.php"); // Load most of document
|
|
?>
|
|
<P>Your comments have been submitted to the QuakeForge team.
|
|
|
|
<P>Click to be sent back to the <a href="contact.php">Contact Us</a> page.
|
|
|
|
<?
|
|
require("parts/postamble.php"); // Finish this sucker up
|
|
?>
|