add a brief description to our homepage

This commit is contained in:
Bill Currie 2010-08-10 23:03:40 +00:00
parent 8fa2e509f5
commit 969dbd4177

View file

@ -2,6 +2,12 @@
$pageName = "Welcome!";
$currPage = "home"; // Name of the page, for the menu
require "parts/preamble.php"; // Load most of document
?>
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.
<?
need ("boxes news");
newsBoxOpen ('Latest News');