oops... forgot something

This commit is contained in:
Dan Olson 2000-05-15 21:00:00 +00:00
parent 701f501158
commit d93e438e60
1 changed files with 1 additions and 2 deletions

View File

@ -1,10 +1,9 @@
<? // Preamble <? // Preamble
$pageName = "Page Name"; $pageName = "News Archives";
$focused = "none"; // Dock icon name to gets a border $focused = "none"; // Dock icon name to gets a border
require("parts/preamble.php"); // Load most of document require("parts/preamble.php"); // Load most of document
?> ?>
<!--SEARCHME--> <!--SEARCHME-->
Page content goes here. Yes, it's that simple.
<? require("news_funcs.php"); <? require("news_funcs.php");
listMonths (); listMonths ();
?> ?>