Skip to content

Commit

Permalink
Merge pull request #17 from nenes25/master
Browse files Browse the repository at this point in the history
Remove usage of $link in customerAccount.tpl
  • Loading branch information
Matt75 authored Apr 2, 2020
2 parents c7caed0 + 89871f3 commit 367a94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/templates/front/customerAccount.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* International Registered Trademark & Property of PrestaShop SA
*}

<a class="col-lg-4 col-md-6 col-sm-6 col-xs-12" id="identity-link" href="{$link->getModuleLink('psgdpr', 'gdpr')}">
<a class="col-lg-4 col-md-6 col-sm-6 col-xs-12" id="identity-link" href="{$front_controller}">
<span class="link-item">
<i class="material-icons">account_box</i> {l s='GDPR - Personal data' mod='psgdpr'}
</span>
Expand Down

0 comments on commit 367a94b

Please sign in to comment.