Advertisement
Guest User

Untitled

a guest
May 2nd, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Smarty 0.67 KB | None | 0 0
  1. {extends file="parent:frontend/account/sidebar.tpl"}
  2.  
  3. {block name="frontend_account_menu_link_downloads"}
  4. {/block}
  5.  
  6. {block name="frontend_account_menu_list"}
  7.     {$smarty.block.parent}
  8.  
  9.     {* Link to the account profile page *}
  10.     {block name="frontend_account_menu_link_profile"}
  11.         <li class="navigation--entry">
  12.             <a href="{url module='frontend' controller='account' action=profile}" title="{s name="AccountLinkProfile"}{/s}" class="navigation--link{if {controllerName|lower} == 'account' && $sAction == 'profile'} is--active{/if}" rel="nofollow">
  13.                 {s name="AccountLinkProfile"}{/s}
  14.             </a>
  15.         </li>
  16.     {/block}
  17. {/block}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement