From 9ba61c9423648725af546dad7f8b207fd41317e5 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sat, 22 Sep 2012 20:52:50 +0000 Subject: added the FAQ page to the top menu - lammi87 issue --- h-source/Application/Controllers/HelpController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'h-source/Application/Controllers/HelpController.php') diff --git a/h-source/Application/Controllers/HelpController.php b/h-source/Application/Controllers/HelpController.php index 78a31b9..658b547 100644 --- a/h-source/Application/Controllers/HelpController.php +++ b/h-source/Application/Controllers/HelpController.php @@ -33,7 +33,7 @@ class HelpController extends WikiController $data['tm'] = $this->_topMenuClasses; - $data['title'] = 'help index - '.Website::$generalName; + $data['title'] = 'help page - '.Website::$generalName; $this->append($data); } -- cgit v1.2.3