mirror of
https://git.code.sf.net/p/quake/website
synced 2025-03-13 21:21:59 +00:00
Fix up the contacts page for the new lists.
This commit is contained in:
parent
31f4ddb415
commit
e5b8cc7b41
1 changed files with 10 additions and 10 deletions
20
contact.php
20
contact.php
|
@ -1,25 +1,25 @@
|
|||
<?
|
||||
if (isset($clicked)) {
|
||||
StripSlashes($message);
|
||||
mail("quake-user@lists.sourceforge.net", "Comments (Sent from www.quakeforge.net)", StripSlashes($message), "From: $sender\r\nReply-To: $sender\r\n");
|
||||
header("Location: http://www.quakeforge.net/thanks.php");
|
||||
if (isset ($clicked)) {
|
||||
StripSlashes ($message);
|
||||
mail ("quakeforge-user@lists.quakeforge.net", "Comments (Sent from the QuakeForge web site)", StripSlashes ($message), "From: $sender\r\nReply-To: $sender\r\n");
|
||||
header ("Location: http://www.quakeforge.net/thanks.php");
|
||||
exit;
|
||||
}
|
||||
?>
|
||||
<? // Preamble
|
||||
|
||||
// Preamble
|
||||
$pageName = "Contact Us";
|
||||
$focused = "none"; // Dock icon name to gets a border
|
||||
require("parts/preamble.php"); // Load most of document
|
||||
require "parts/preamble.php"; // Load most of document
|
||||
?>
|
||||
<!--SEARCHME-->
|
||||
<H4>Electronic Mail</H4>
|
||||
|
||||
<P>Please direct support questions to the
|
||||
<A href="mailto:quake-user@lists.sourceforge.net">QuakeForge Users</A> mailing list.
|
||||
<A href="mailto:quakeforge-users@lists.quakeforge.net">QuakeForge Users</A> mailing list.
|
||||
|
||||
<P>If you have ideas about new features for QuakeForge or wish to help in
|
||||
development, you can contact the QuakeForge developers via the
|
||||
<A href="mailto:quake-devel@lists.sourceforge.net">QuakeForge Development</A>
|
||||
<A href="mailto:quakeforge-devel@lists.quakeforge.net">QuakeForge Development</A>
|
||||
mailing list.
|
||||
|
||||
<H4>Internet Relay Chat</H4>
|
||||
|
@ -44,5 +44,5 @@ if you expect a reply.<br>
|
|||
|
||||
<!--NOSEARCH-->
|
||||
<?
|
||||
require("parts/postamble.php"); // Finish this sucker up
|
||||
require "parts/postamble.php"; // Finish this sucker up
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue