mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Page titles filled in
This commit is contained in:
@ -6,6 +6,7 @@ class UserController extends AbstractController
|
||||
*/
|
||||
public function listAction()
|
||||
{
|
||||
$this->context->subTitle = 'users';
|
||||
throw new Exception('Not implemented');
|
||||
}
|
||||
|
||||
@ -15,6 +16,7 @@ class UserController extends AbstractController
|
||||
*/
|
||||
public function showAction($name)
|
||||
{
|
||||
$this->context->subTitle = $name;
|
||||
throw new Exception('Not implemented');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user