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

@@ -61,7 +61,7 @@ if($new == 0){
<body>
<nav>
<?php echo navbar(3, 'admin'); ?>
<?php echo loginbar(); ?>
<?php echo loginbar(null, $pdo); ?>
</nav>
<main>