Add "Kalender" button to /hendelser

Makes navigation a bit more intuitive. The label is subject to change.
It might even be changed from a button style link to a normal link.
This commit is contained in:
2018-08-06 23:27:45 +02:00
parent 32cc4ec27f
commit 8dcc899c34
2 changed files with 16 additions and 10 deletions

View File

@@ -34,7 +34,7 @@ $days_in_month = date('t', mktime(0, 0, 0, $month, 1, $year));
</nav>
<main>
<h2 style="text-align:center;">Aktiviteter for <?=$months_translations[$month-1]?> <?=$year?></h2>
<h2 style="text-align:center;">PVV Kalender for <?=$months_translations[$month-1]?> <?=$year?></h2>
<p><?php
$pmonth = $month-1;