fix the page names

This commit is contained in:
Bill Currie 2001-01-09 20:37:17 +00:00
parent fd57a67da8
commit b5dd7a166b
2 changed files with 2 additions and 2 deletions

View File

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

View File

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