mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 15:22:13 +00:00
21 lines
580 B
PHP
21 lines
580 B
PHP
<? // Preamble
|
|
$pageName = "Developer Plans";
|
|
$focused = "none"; // Dock icon name to gets a border
|
|
require "parts/preamble.php"; // Load most of document
|
|
?>
|
|
<!--SEARCHME-->
|
|
<TABLE width="100%" cellSpacing="0" cellPadding="0" border="0">
|
|
<TR vAlign="top">
|
|
<TD colSpan="2"><? // News display
|
|
tableBoxHeader ('black', tableHeadColor);
|
|
tableTitle ('Developer Plans', 1, tableHeadColor);
|
|
need ("news");
|
|
include "see_plans.php";
|
|
tableBoxFooter ();
|
|
?></TD>
|
|
</TR>
|
|
</TABLE>
|
|
<!--NOSEARCH-->
|
|
<?
|
|
require "parts/postamble.php"; // Finish this sucker up
|
|
?>
|