xml 从Top.Links菜单中删除链接
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xml 从Top.Links菜单中删除链接相关的知识,希望对你有一定的参考价值。
<?xml version="1.0"?>
<layout version="0.1.0">
<default>
<!-- Top links (user menu) ====================================================================== -->
<reference name="top.links">
<!-- Remove cart, checkout and wishlist top links -->
<remove name="checkout_cart_link" />
<remove name="wishlist_link" />
<!-- Remove my account top links -->
<action method="removeLinkByUrl"><url helper="customer/getAccountUrl"/></action>
</reference>
</default>
<!-- getting rid of login logout links in top .links -->
<customer_logged_in>
<reference name="top.links">
<action method="removeLinkByUrl"><url helper="customer/getLogoutUrl"/></action>
</reference>
</customer_logged_in>
<customer_logged_out>
<reference name="top.links">
<action method="removeLinkByUrl"><url helper="customer/getLoginUrl"/></action>
</reference>
</customer_logged_out>
</layout>
以上是关于xml 从Top.Links菜单中删除链接的主要内容,如果未能解决你的问题,请参考以下文章
xml 重新排序并将类添加到Top.Links - Magento 1.9社区版
magento在本地xml中添加链接
将自定义类添加到愿望清单顶部链接
WordPress从管理菜单中删除链接
java 以编程方式从菜单中删除项目。 |||链接:https://stackoverflow.com/questions/7133141/android-changing-option-menu-i
从帮助菜单中删除(或自定义)“搜索”