Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.37 KB | None | 0 0
  1.     <reference name="top.links">
  2.         <action method="addLink" translate="label title" module="customer">
  3.             <label>My Account</label>
  4.             <url helper="customer/getAccountUrl"/>
  5.             <title>My Account</title>
  6.             <prepare/>
  7.             <urlParams/>
  8.             <class/>
  9.             <position>10</position>
  10.             <aParams>
  11.                 <class>my-account-link</class>
  12.             </aParams>
  13.         </action>
  14.     </reference>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement