Created
November 1, 2015 10:50
-
-
Save jahvi/0c8101a2d2c4cc0820bf to your computer and use it in GitHub Desktop.
Register Admin Routes
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
<admin> | |
<routers> | |
<adminhtml> | |
<args> | |
<modules> | |
<custom_module after="Mage_Adminhtml">CustomModule_Adminhtml</custom_module> | |
</modules> | |
</args> | |
</adminhtml> | |
</routers> | |
</admin> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment