こんにちはchecko以下のファイルをテンプレートレイアウトxmlに
wishlist.xml
<action method="addLinkBlock"><blockName>wishlist_link</blockName><prepare/><urlParams/><position>10</position></action>
checkout.xml
<action method="addCartLink"><prepare/><urlParams/><position>30</position></action>
customer.xml
<action method="addLink" translate="label title" module="customer"><label>My Account</label><url helper="customer/getAccountUrl"/><title>My Account</title><prepare/><urlParams/><position>100</position><liParams/></action>
<action method="addLink" translate="label title" module="customer"><label>Log Out</label><url helper="customer/getLogoutUrl"/><title>Log Out</title><prepare/><urlParams/><position>50</position></action>
<action method="addLink" translate="label title" module="customer"><label>Log In</label><url helper="customer/getLoginUrl"/><title>Log In</title><prepare/><urlParams/><position>50</position><liParams/></action>
Magentoのデフォルト位置を確認します
マイアカウント= 10パス-> app \ design \ frontend \ default \ default \ layout \ customer.xml
Whislist = 30 Path-> app \ code \ core \ Mage \ Wishlist \ Block \ Links.php
Mycart = 50パス-> app \ code \ core \ Mage \ Checkout \ Block \ Links.php
チェックアウト= 60->パス-> app \ code \ core \ Mage \ Checkout \ Block \ Links.php
ログイン/ログアウト= 100パス-> app \ design \ frontend \ default \ default \ layout \ customer.xml