diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-09-22 20:52:50 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-09-22 20:52:50 +0000 |
commit | 9ba61c9423648725af546dad7f8b207fd41317e5 (patch) | |
tree | a76d88f2bc1ead488e9f22557c27fc1188790750 /h-source/Application/Controllers/HelpController.php | |
parent | 10bc2a32759112ad7d97eeb8bd783e7451ef28fd (diff) |
added the FAQ page to the top menu - lammi87 issue
Diffstat (limited to 'h-source/Application/Controllers/HelpController.php')
-rw-r--r-- | h-source/Application/Controllers/HelpController.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |