私のテーマでは、すでに(local.xmlで)使用しています:
<reference name="top.links">
<action method="setTemplate"><template>page/html/header/links.phtml</template></action>
</reference>
テンプレートを変更したいモジュールを作成しているので、テーマを変更せずにモジュールをインストールできます。したがって、モジュールxmlファイルからのほぼ同じコード:
<reference name="top.links">
<action method="setTemplate"><template>sociallogin/header/links.phtml</template></action>
</reference>
Magentoは常にlocal.xmlの最初のものを選択しますこれをオーバーライドするにはどうすればよいですか?