Skip to content

Instantly share code, notes, and snippets.

@ajbonner
Created August 11, 2012 11:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajbonner/3323947 to your computer and use it in GitHub Desktop.
Save ajbonner/3323947 to your computer and use it in GitHub Desktop.
Disable Magento Adminhtml Menu Option
<?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