mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Very rough post list sketch; user list placeholder
This commit is contained in:
@ -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';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user