mirror of
https://git.code.sf.net/p/quake/website
synced 2025-02-21 11:11:02 +00:00
Page names always help
This commit is contained in:
parent
7e2b770686
commit
a9ff947b48
1 changed files with 3 additions and 1 deletions
|
@ -1,10 +1,12 @@
|
|||
<? // Preamble
|
||||
$pageName = "Page Name";
|
||||
$pageName = "Partners";
|
||||
$focused = "none"; // Dock icon name to gets a border
|
||||
require("parts/preamble.php"); // Load most of document
|
||||
?>
|
||||
<!--SEARCHME-->
|
||||
<CENTER>
|
||||
<? include ("sponsor_incl.html"); ?>
|
||||
</CENTER>
|
||||
<!--NOSEARCH-->
|
||||
<?
|
||||
require("parts/postamble.php"); // Finish this sucker up
|
||||
|
|
Loading…
Reference in a new issue