diff --git a/src/templates/layout/main.php b/src/templates/layout/main.php index c1cb854..0ad21c9 100644 --- a/src/templates/layout/main.php +++ b/src/templates/layout/main.php @@ -45,5 +45,16 @@ $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 e16c5ba..6477edb 100644 --- a/src/templates/layout/navbar.php +++ b/src/templates/layout/navbar.php @@ -29,25 +29,24 @@ $currentPermission = $activeUser === null ? UserPermission::NONE : $activeUser-> } ?> - +
+ + + +
insert('layout/accountDisplay'); ?> -
- - - -
\ No newline at end of file