Advertisement
Guest User

Untitled

a guest
Dec 27th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <config>
  3.  
  4. <menu>
  5. <nwdthemes translate="title" module="nwdall">
  6. <title>NWDThemes</title>
  7. <sort_order>9999</sort_order>
  8. <children>
  9. <config translate="title" module="nwdall">
  10. <title>Save / Load Configuration</title>
  11. <sort_order>0</sort_order>
  12. <action>adminhtml/nwdconfig</action>
  13. </config>
  14. </children>
  15. </nwdthemes>
  16. </menu>
  17.  
  18. <acl>
  19. <resources>
  20. <all>
  21. <title>Allow Everything</title>
  22. </all>
  23. <admin>
  24. <children>
  25. <nwdthemes>
  26. <title>NWDThemes</title>
  27. <children>
  28. <config>
  29. <title>Save / Load Configuration</title>
  30. </config>
  31. </children>
  32. </nwdthemes>
  33. <system>
  34. <children>
  35. <config>
  36. <children>
  37. <nwdall>
  38. <title>Nwdthemes - All</title>
  39. </nwdall>
  40. </children>
  41. </config>
  42. </children>
  43. </system>
  44. </children>
  45. </admin>
  46. </resources>
  47. </acl>
  48.  
  49. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement