website/index.php

21 lines
593 B
PHP
Raw Normal View History

2000-09-26 04:04:08 +00:00
<? // Preamble
$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
?>
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');
printLatestNews (5);
newsBoxTitle ('Older News...', '/old_news.php');
newsBoxClose ();
2000-09-26 04:04:08 +00:00
?>
<!--<? include "partners.inc"; ?>-->