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

@ -6,6 +6,7 @@ class CommentController
*/
public function listAction()
{
$this->context->activeSection = 'comments';
$this->context->subTitle = 'comments';
throw new Exception('Not implemented');
}