diff --git a/src/templates/layout/main.php b/src/templates/layout/main.php index 0ad21c9..c1cb854 100644 --- a/src/templates/layout/main.php +++ b/src/templates/layout/main.php @@ -45,16 +45,5 @@ $resource = $resources->getResource($resourceEntry); PROTOTYPE / POC -
- - - You found a bug? Please report it. - - - - Interested to help? Checkout the git repository. - -
- diff --git a/src/templates/layout/navbar.php b/src/templates/layout/navbar.php index 6477edb..e16c5ba 100644 --- a/src/templates/layout/navbar.php +++ b/src/templates/layout/navbar.php @@ -29,24 +29,25 @@ $currentPermission = $activeUser === null ? UserPermission::NONE : $activeUser-> } ?> + -
- - - -
insert('layout/accountDisplay'); ?> +
+ + + +
\ No newline at end of file