Skip to content

Commit

Permalink
Fix broken contact link in footer
Browse files Browse the repository at this point in the history
Co-Authored-By: LLotte <[email protected]>
  • Loading branch information
tomudding and LLotte committed Sep 4, 2023
1 parent 0176e20 commit dccb961
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions module/Application/view/partial/footer.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,15 @@ use Laminas\View\Renderer\PhpRenderer;
</p>
</div>
<div class="col-sm-4">
<span class="fas fa-address-book"></span> <a
href="/vereniging/contact"><?= $this->translate('Contact') ?></a><br>
<span class="fas fa-address-book"></span> <a href="<?= $this->url(
'home/page',
[
'category' => 'vereniging',
'categoryEn' => 'association',
'sub_category' => 'contact',
'sub_categoryEn' => 'contact',
],
) ?>"><?= $this->translate('Contact') ?></a><br>
<span class="fab fa-linkedin"></span> <a
href="https://www.linkedin.com/company/study-association-gewis/">LinkedIn</a><br>
<span class="fab fa-facebook-square"></span> <a
Expand Down

0 comments on commit dccb961

Please sign in to comment.