mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 15:22:13 +00:00
11 lines
299 B
PHP
11 lines
299 B
PHP
<? // Preamble
|
|
$pageName = "Page Name";
|
|
$focused = "none"; // Dock icon name to get 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
|
|
?>
|