在我的 customer.xml 页面中,我希望将“我的帐户”链接的标签更改为客户的姓名。这样做的正确方法是什么?
<customer_logged_in>
<reference name="account.links">
<action method="addLink" translate="label title" module="customer"><label>My Account</label><url helper="customer/getAccountUrl"/><title>My Account</title><prepare/><urlParams/><position>35</position></action>
<action method="addLink" translate="label title" module="customer"><label>Log Out</label><url helper="customer/getLogoutUrl"/><title>Log Out</title><prepare/><urlParams/><position>40</position></action>
</reference>
</customer_logged_in>