Guide -> Manual x2

This commit is contained in:
Thomas Karpiniec 2016-02-07 19:18:06 +11:00
parent f946e86317
commit 2118e0d8d1
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<?php
// Title of manual, to appear in header and page title
$config["title"] = "The Unofficial Admin Guide";
$config["title"] = "The Unofficial Admin Manual";
// Directory (relative to render.php) where html pages are located
$config["html_dir"] = "html/admin";

View File

@ -1,7 +1,7 @@
<?php
// Title of manual, to appear in header and page title
$config["title"] = "The Unofficial User Guide";
$config["title"] = "The Unofficial User Manual";
// Directory (relative to render.php) where html pages are located
$config["html_dir"] = "html/user";