Skip to content

Instantly share code, notes, and snippets.

@jahvi
Created November 1, 2015 10:50
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 jahvi/0c8101a2d2c4cc0820bf to your computer and use it in GitHub Desktop.
Save jahvi/0c8101a2d2c4cc0820bf to your computer and use it in GitHub Desktop.
Register Admin Routes
<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