Skip to content

Commit

Permalink
Fix URL for the 'become a member'-page
Browse files Browse the repository at this point in the history
  • Loading branch information
tomudding committed Sep 2, 2023
1 parent a4bad08 commit 1abf695
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions module/Application/view/partial/main-nav.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ endif; ?>
[
'category' => 'vereniging',
'categoryEn' => 'association',
'sub_category' => 'lidworden',
'sub_categoryEn' => 'becomemember',
'sub_category' => 'lid-worden',
'sub_categoryEn' => 'become-member',
],
) ?>">
<?= $this->translate('Subscribe') ?>
Expand Down
4 changes: 2 additions & 2 deletions module/User/view/user/user/register.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ $this->headTitle($this->translate('Register'));
[
'category' => 'vereniging',
'categoryEn' => 'association',
'sub_category' => 'lidworden',
'sub_categoryEn' => 'becomemember',
'sub_category' => 'lid-worden',
'sub_categoryEn' => 'become-member',
],
) . '">',
'</a>',
Expand Down

0 comments on commit 1abf695

Please sign in to comment.