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

@@ -30,7 +30,7 @@ $days_in_month = date('t', mktime(0, 0, 0, $month, 1, $year));
<body>
<nav>
<?php echo navbar(1, 'kalender'); ?>
<?php echo loginbar(); ?>
<?php echo loginbar(null, $pdo); ?>
</nav>
<main>