mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 23:32:38 +00:00
oops... forgot something
This commit is contained in:
parent
701f501158
commit
d93e438e60
1 changed files with 1 additions and 2 deletions
3
news.php
3
news.php
|
@ -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 ();
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in a new issue