Add placeholder pages for Domains and Accounts; mark current page in navbar
This commit is contained in:
parent
e58036b2b3
commit
70093b1376
10 changed files with 95 additions and 15 deletions
|
|
@ -11,13 +11,6 @@ class DashboardController extends BaseController
|
|||
{
|
||||
public function showDashboard(Request $request, Response $response): Response
|
||||
{
|
||||
$currentUser = $this->userHelper->getCurrentUser();
|
||||
|
||||
$renderData = [
|
||||
'username' => $currentUser->getUsername(),
|
||||
'user' => $currentUser,
|
||||
];
|
||||
|
||||
return $this->view->render($response, 'dashboard.html.twig', $renderData);
|
||||
return $this->view->render($response, 'dashboard.html.twig');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue