2000-09-26 04:04:08 +00:00
|
|
|
<? // Preamble
|
2007-03-09 17:16:17 +00:00
|
|
|
$pageName = "Welcome!";
|
2001-10-17 05:46:43 +00:00
|
|
|
$currPage = "home"; // Name of the page, for the menu
|
2001-06-06 06:15:47 +00:00
|
|
|
require "parts/preamble.php"; // Load most of document
|
2010-08-10 23:03:40 +00:00
|
|
|
?>
|
|
|
|
QuakeForge is a 3D graphics game engine based on id Software's legendary
|
|
|
|
Quake and QuakeWorld game engine. Our purpose is to improve the state of the
|
|
|
|
game by improving the engine and making it accessable to the largest number
|
|
|
|
of players we can.
|
|
|
|
<?
|
2007-03-18 04:34:44 +00:00
|
|
|
|
|
|
|
need ("boxes news");
|
|
|
|
newsBoxOpen ('Latest News');
|
|
|
|
|
|
|
|
printLatestNews (5);
|
|
|
|
newsBoxTitle ('Older News...', '/old_news.php');
|
|
|
|
|
|
|
|
newsBoxClose ();
|
2000-09-26 04:04:08 +00:00
|
|
|
?>
|
2007-03-18 04:34:44 +00:00
|
|
|
<!--<? include "partners.inc"; ?>-->
|