website/news.php
2001-10-17 05:46:43 +00:00

24 lines
540 B
PHP

<? // Preamble
$pageName = "News Archives";
$focused = "none"; // Dock icon name to get a border
$currPage = "news"; // Name of the page, for the menu
require "parts/preamble.php"; // Load most of document
?>
<?
need ("news");
?>
<TABLE width="50%" cellSpacing="2" cellPadding="0" border="0">
<TR vAlign="top">
<TD align="center">
<? monthForm (); ?>
</TD>
</TR>
<TR vAlign="top">
<TD align="center">
<? keywordForm (); ?>
</TD>
</TR>
</TABLE>
<?
require "parts/postamble.php"; // Finish this sucker up
?>