diff --git a/index.php b/index.php index 8c45c25..c35b5eb 100644 --- a/index.php +++ b/index.php @@ -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 ?>
- 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. -
diff --git a/parts/menu.php b/parts/menu.php index 207d695..75bd9af 100644 --- a/parts/menu.php +++ b/parts/menu.php @@ -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" ); |