hope no one skins me alive for this

This commit is contained in:
Dan Olson 2000-04-06 21:23:16 +00:00
parent 5d41c006b9
commit afbf89ce5c
2 changed files with 2 additions and 4 deletions

View file

@ -1,6 +1,6 @@
<?
$sitename = "The QuakeForge Project";
$pagename = "Home";
$pagename = "News";
require("parts/library.php"); // Load function library
include("parts/head.php"); // Load the HEAD and open BODY
include("parts/topstrip.php"); // Display top strip
@ -18,8 +18,6 @@
include( "parts/topmain.php" ); // Display content top table
?>
<P>
QuakeForge's aim is to create a long-lasting project to work on developing and extending the Quake&reg; source release (and any future releases) while maintaining backwards compatibility with the original Quake and QuakeWorld&reg;. Our international team of developers is working hard to reach this goal, and we believe we are succeeding.
<P>
<TABLE width="100%" cellSpacing="0" cellPadding="0" border="0">
<TR vAlign=top>
<TD colSpan="2">

View file

@ -32,7 +32,7 @@
global $menuHeadColor, $menuBgColor;
menuSectionHeader( "QuakeForge", 'white', $menuHeadColor, $menuBgColor );
menuItemLink( "/", "Home" );
menuItemLink( "/", "Latest News" );
menuItemLink( "/news.php", "News Archive" );
menuItemLink( "http://sourceforge.net/project/filelist.php?group_id=882", "Downloads" );
menuItemLink( "http://sourceforge.net/bugs/?group_id=882", "Bug Tracking" );