0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/website synced 2025-03-02 07:12:18 +00:00
website/template.php
2001-01-31 04:58:09 +00:00

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
?>