This commit is contained in:
Bill Currie 2001-01-09 22:31:54 +00:00
parent 24835010aa
commit e1a3c9b8fd
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<? // Preamble
$pageName = "CVAR Documentation for " . $program;
$pageName = "CVAR DocuMentation for " . $program;
$focused = "none"; // Dock icon name to gets a border
require("parts/preamble.php"); // Load most of document
?>