答案 0 :(得分:0)
顶层菜单的构建方式在很大程度上取决于您的主题 但如果主题遵循标准行为,那么您可以通过任何布局xml文件在顶部菜单中添加一个链接,如下所示:
<default>
<reference name="top.links">
<action method="addLink" translate="label title">
<label>LINK LABEL HERE</label>
<url>relative url here</url>
<title>Link title here</title>
<prepare>1</prepare>
<urlParams/>
<position>100</position> <!-- feel free to change this -->
</action>
</reference>
</default>