Minor tweaks to design, labels and navbar

This commit is contained in:
2018-08-09 22:28:34 +02:00
parent d92e53f0b7
commit 90ece46dd7
5 changed files with 9 additions and 5 deletions

View File

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