mirror of
https://git.code.sf.net/p/quake/website
synced 2025-01-18 22:51:37 +00:00
hope no one skins me alive for this
This commit is contained in:
parent
5d41c006b9
commit
afbf89ce5c
2 changed files with 2 additions and 4 deletions
|
@ -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® source release (and any future releases) while maintaining backwards compatibility with the original Quake and QuakeWorld®. 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">
|
||||
|
|
|
@ -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" );
|
||||
|
|
Loading…
Reference in a new issue