Better help

This commit is contained in:
Marcin Kurczewski
2013-10-25 17:20:11 +02:00
parent 0eb1ef4fff
commit db180376d4
3 changed files with 33 additions and 4 deletions

View File

@ -49,6 +49,7 @@ class IndexController
*/
public function helpAction()
{
$this->context->stylesheets []= 'index-help.css';
$this->context->subTitle = 'help';
}
}