mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-11 07:42:04 +00:00
13 lines
310 B
PHP
13 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
|
|
?>
|