2000-07-08 04:06:04 +00:00
|
|
|
<? // Preamble
|
|
|
|
$pageName = "Developer Plans";
|
|
|
|
$focused = "none"; // Dock icon name to gets a border
|
2001-10-17 05:46:43 +00:00
|
|
|
$currPage = "plans"; // Name of the page, for the menu
|
2000-07-08 04:06:04 +00:00
|
|
|
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");
|
2002-01-25 05:06:09 +00:00
|
|
|
include "plancache.php";
|
2000-07-08 04:06:04 +00:00
|
|
|
tableBoxFooter ();
|
|
|
|
?></TD>
|
|
|
|
</TR>
|
2000-07-08 18:59:38 +00:00
|
|
|
</TABLE>
|
2000-07-08 04:06:04 +00:00
|
|
|
<!--NOSEARCH-->
|
|
|
|
<?
|
|
|
|
require "parts/postamble.php"; // Finish this sucker up
|
|
|
|
?>
|