0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/website synced 2025-04-18 21:50:56 +00:00

oops... forgot something

This commit is contained in:
Dan Olson 2000-05-15 21:00:00 +00:00
parent 701f501158
commit d93e438e60

View file

@ -1,10 +1,9 @@
<? // Preamble
$pageName = "Page Name";
$pageName = "News Archives";
$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 ();
?>