Very rough post list sketch; user list placeholder

This commit is contained in:
Marcin Kurczewski
2013-10-07 20:44:14 +02:00
parent c69ff872a9
commit 793d996166
6 changed files with 104 additions and 38 deletions

View File

@ -7,7 +7,14 @@ class IndexController
*/
public function indexAction()
{
$this->context->activeSection = 'home';
$this->context->subTitle = 'home';
}
/**
* @route /help
*/
public function helpAction()
{
$this->context->subTitle = 'help';
}
}