Make it say "Contact Us" instead of just "Contact"

and remove the "you are here" stuff, its not needed here.
This commit is contained in:
james 2007-12-13 19:55:57 +00:00
parent 00eed557cd
commit 2da2753758

View File

@ -22,7 +22,7 @@
?>
<?
require("common.inc.php");
send_header("Contact", array());
send_header("Contact Us");
function cleanify($in) {
$in=ereg_replace("\r","\n",$in);