在magento中,如何在标题中添加或删除链接

在magento中,如何在标题中添加或删除链接,magento,Magento,我想知道如何在magento标题中创建链接,还需要知道如何删除先前在标题中添加的链接。您可以像这样添加自定义链接以在magento标题中设置 <default> <reference name="top.links"> <action method="addLink" translate="label title"> <label>Terms and Condition</label> <url>term

我想知道如何在magento标题中创建链接,还需要知道如何删除先前在标题中添加的链接。

您可以像这样添加自定义链接以在magento标题中设置

<default>
<reference name="top.links">
  <action method="addLink" translate="label title">
    <label>Terms and Condition</label>
    <url>terms</url>
    <title>Terms and Condition</title>
    <prepare>true</prepare>
    <position>2</position>
  </action>
</reference>
</default>



你也看到了吗


我不与任何上述链接。这只是为了分享知识。

我想你想要的答案是:


在主题的local.xml中,如果有的话。或上述链接中定义的相关xml