website/news.php

14 lines
310 B
PHP
Raw Normal View History

<? // Preamble
2000-05-15 21:00:00 +00:00
$pageName = "News Archives";
2000-05-15 20:58:46 +00:00
$focused = "none"; // Dock icon name to gets a border
require("parts/preamble.php"); // Load most of document
2000-05-15 20:58:46 +00:00
?>
<!--SEARCHME-->
2000-05-15 20:58:46 +00:00
<? require("news_funcs.php");
listMonths ();
?>
<!--NOSEARCH-->
<?
require("parts/postamble.php"); // Finish this sucker up
?>