Created
August 11, 2012 11:32
-
-
Save ajbonner/3323947 to your computer and use it in GitHub Desktop.
Disable Magento Adminhtml Menu Option
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<!-- Disable Catalog Price Rules Menu Entry --> | |
<config> | |
<menu> | |
<promo translate="title" module="catalogrule"> | |
<children> | |
<catalog translate="title" module="catalogrule"> | |
<depends> | |
<module>Disable_This_Module</module> | |
</depends> | |
</catalog> | |
</children> | |
</promo> | |
</menu> | |
</config> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment