Post viewing - sidebar

This commit is contained in:
Marcin Kurczewski
2013-10-12 10:46:15 +02:00
parent b9a6dab7ae
commit b92f925e94
8 changed files with 240 additions and 11 deletions

View File

@ -14,7 +14,7 @@ class UserController
* @route /user/{name}
* @validate name [^\/]+
*/
public function showAction($name)
public function viewAction($name)
{
$this->context->subTitle = $name;
throw new Exception('Not implemented');