Skip to content

Commit

Permalink
Add identifiers for links in my-account-links.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Sep 27, 2022
1 parent d60a6a7 commit 4426408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/customer/_partials/my-account-links.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
*}
{block name='my_account_links'}
<a href="{$urls.pages.my_account}" class="account-link">
<a id="account-link-back-to-your-account"href="{$urls.pages.my_account}" class="account-link">
<i class="material-icons">&#xE5CB;</i>
<span>{l s='Back to your account' d='Shop.Theme.Customeraccount'}</span>
</a>
<a href="{$urls.pages.index}" class="account-link">
<a id="account-link-home" href="{$urls.pages.index}" class="account-link">
<i class="material-icons">&#xE88A;</i>
<span>{l s='Home' d='Shop.Theme.Global'}</span>
</a>
Expand Down

0 comments on commit 4426408

Please sign in to comment.