website/news.php

15 lines
353 B
PHP
Raw Normal View History

<? // Preamble
2000-05-15 20:58:46 +00:00
$pageName = "Page Name";
$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
Page content goes here. Yes, it's that simple.
<? require("news_funcs.php");
listMonths ();
?>
<!--NOSEARCH-->
<?
require("parts/postamble.php"); // Finish this sucker up
?>