mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-27 22:42:57 +00:00
12 lines
305 B
PHP
12 lines
305 B
PHP
|
<? // Preamble
|
||
|
$pageName = "Page Name";
|
||
|
$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.
|
||
|
<!--NOSEARCH-->
|
||
|
<?
|
||
|
require("parts/postamble.php"); // Finish this sucker up
|
||
|
?>
|