Page titles filled in

This commit is contained in:
Marcin Kurczewski
2013-10-05 21:22:28 +02:00
parent 377bdcf7c9
commit 046968b815
10 changed files with 24 additions and 4 deletions

View File

@ -5,7 +5,8 @@ class IndexController extends AbstractController
* @route /
* @route /index
*/
public static function indexAction()
public function indexAction()
{
$this->context->subTitle = 'home';
}
}