Skip to content

Instantly share code, notes, and snippets.

@eniuz
Created November 2, 2015 10:41
Show Gist options
  • Save eniuz/5ad4568ccd44ab71efac to your computer and use it in GitHub Desktop.
Save eniuz/5ad4568ccd44ab71efac to your computer and use it in GitHub Desktop.
New Magento Admin Route Config
<adminhtml>
<args>
<modules>
<!--
$routeTag - your_custom_module
$module - YourCustomModule_
<{$routeTag} before="Mage_Adminhtml">{$module}_Adminhtml</{$routeTag}>
</modules>
</args>
</adminhtml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment