mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-27 14:32:31 +00:00
fix the page names
This commit is contained in:
parent
fd57a67da8
commit
b5dd7a166b
2 changed files with 2 additions and 2 deletions
2
cvar.php
2
cvar.php
|
@ -1,5 +1,5 @@
|
|||
<? // Preamble
|
||||
$pageName = "Page Name";
|
||||
$pageName = "CVAR Documentation for" . $program;
|
||||
$focused = "none"; // Dock icon name to gets a border
|
||||
require("parts/preamble.php"); // Load most of document
|
||||
?>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<? // Preamble
|
||||
$pageName = "Page Name";
|
||||
$pageName = "Documentation";
|
||||
$focused = "none"; // Dock icon name to gets a border
|
||||
require("parts/preamble.php"); // Load most of document
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue