Placeholder stylesheets

Now I can look at this.
This commit is contained in:
Marcin Kurczewski
2013-10-05 22:52:55 +02:00
parent 041b8eedbe
commit c345800716
6 changed files with 152 additions and 29 deletions

View File

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