website/news.php
2000-05-15 20:58:46 +00:00

14 lines
353 B
PHP

<? // Preamble
$pageName = "Page Name";
$focused = "none"; // Dock icon name to gets a border
require("parts/preamble.php"); // Load most of document
?>
<!--SEARCHME-->
Page content goes here. Yes, it's that simple.
<? require("news_funcs.php");
listMonths ();
?>
<!--NOSEARCH-->
<?
require("parts/postamble.php"); // Finish this sucker up
?>