another temporary file to prevent a broken link (Until I start a better

contact.php)
This commit is contained in:
Dan Olson 2000-04-06 21:27:30 +00:00
parent afbf89ce5c
commit ac33ba2673
1 changed files with 36 additions and 0 deletions

36
contact.php Normal file
View File

@ -0,0 +1,36 @@
<?PHP
$sitename = "The QuakeForge Project";
$pagename = "Contact Us";
require("parts/library.php"); // Load function library
include("parts/head.php"); // Load the HEAD and open BODY
include("parts/topstrip.php"); // Display top strip
include("parts/titletable.php"); // Display main title w/ logos
?>
<TABLE width="100%" cellspacing=0 cellpadding=0 border=0>
<TR valign="top">
<?php
include("parts/menu.php"); // Import left-side menus
tableSpacer( 1, 9, 1, "black"); // Separate content from menus
?>
<TD width="100%">
<?php
$focused = "none"; // name of focused icon
include( "parts/topmain.php" ); // Display content top table
?>
<P>
The QuakeForge Developers can be reached at
<a href="mailto:quake-devel@lists.sourceforge.net>
quake-devel@lists.sourceforge.net</a>.
</TD>
<?php
tableSpacer( 1, 9, 1, "black");
?>
</TR>
<TR>
<TD COLSPAN="4">
<?php
include("parts/copyright.php");
?>
</TD>
</TR>
</TABLE>