Может кто-нибудь сказать мне, как добавить ссылку пользовательского модуля на пользователя dashbord левой навигации в magento. Я пытался добавить
<customer_account>
<reference name="left">
<block type="customer/account_navigation" name="customer_account_navigation" before="-" template="customer/account/navigation.phtml">
<action method="addLink" translate="label" module="customer">
<name>account_view</name>
<path>customer/account/view/</path>
<label>Account Details</label>
</action>
</block>
</reference>
</customer_account>
в моем файле макета XML, но он не работает
спасибо