added router->path

This commit is contained in:
tracer 2022-10-24 18:44:42 +02:00
parent c05aee49d5
commit ffe4d43600
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php include dirname(path: __DIR__) . '/_header.html.php'; ?>
<h1>Address Book - Admin</h1>
<a href="/admin/users">👱Users</a>
<a href="<?= $router->path('app_admin_users') ?>">👱Users</a>
<?php include dirname(path: __DIR__) . '/_footer.html.php' ?>