website/news.php

14 lines
310 B
PHP

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