Guest User

adminhtml.xml

a guest
Oct 16th, 2012
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.75 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <config>
  3.     <acl>
  4.         <resources>
  5.             <all>
  6.                 <title>Allow Everything</title>
  7.             </all>
  8.             <admin>
  9.                 <children>
  10.                     <system>
  11.                         <children>
  12.                             <config>
  13.                                 <children>
  14.                                     <brands translate="title" module="brands">
  15.                                         <title>Brands</title>
  16.                                         <sort_order>1</sort_order>
  17.                                     </brands>
  18.                                 </children>
  19.                             </config>
  20.                         </children>
  21.                     </system>
  22.                 </children>
  23.             </admin>
  24.         </resources>
  25.     </acl>
  26. </config>
Advertisement
Add Comment
Please, Sign In to add comment