mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-13 00:24:12 +00:00
6 lines
199 B
PHP
6 lines
199 B
PHP
<? // Preamble
|
|
$pageName = "Page Subtitle";
|
|
$currPage = "none"; // Page name, for menu -- see pages.txt
|
|
require "parts/preamble.php"; // Load up most of the document
|
|
?>
|
|
Page content goes here.
|