Fix login button on all pages

By passing PDO to the login bar so admins get their link
This commit is contained in:
2018-02-24 17:02:00 +01:00
parent 3832d3fde0
commit 6777048dac
12 changed files with 12 additions and 12 deletions

View File

@@ -59,7 +59,7 @@ $events = array_values(array_filter(
<body>
<nav>
<?php echo navbar(2, 'admin'); ?>
<?php echo loginbar(); ?>
<?php echo loginbar(null, $pdo); ?>
</nav>
<main>