Merge pull request #32 from Programvareverkstedet/linkdash

Added linkdash - list of our services
This commit is contained in:
2022-11-29 17:26:10 +01:00
committed by GitHub
16 changed files with 297 additions and 1 deletions

View File

@@ -9,10 +9,10 @@ function navbar($depth, $active = NULL) {
'Prosjekter' => 'prosjekt',
'Kontakt' => 'kontakt',
'Webmail' => 'mail',
//'Webmail' => 'https://webmail.pvv.ntnu.no/',
'Galleri' => 'galleri',
'Wiki' => 'pvv',
'Git' => 'https://git.pvv.ntnu.no/',
'Tjenester' => 'tjenester',
];
foreach($menuItems as $caption => $link) {
$isActive = $active === $link;