Skip to content

Instantly share code, notes, and snippets.

/adminhtml.xml Secret

Created November 18, 2014 18:38
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 anonymous/ccfca555dc4b5ece9c34 to your computer and use it in GitHub Desktop.
Save anonymous/ccfca555dc4b5ece9c34 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<config>
<acl>
<resources>
<admin>
<children>
<system>
<children>
<config>
<children>
<NAMESPACE>
<title>YOUR NEW SECTION</title>
<sort_order>100</sort_order>
</NAMESPACE>
</children>
</config>
</children>
</system>
</children>
</admin>
</resources>
</acl>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment