Guest User

Untitled

a guest
Jun 18th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <config>
  3. <!-- turn in our module, required for install support -->
  4. <modules>
  5. <WebWorxCorp_Imagerotator>
  6. <version>0.1.0</version>
  7. <depends></depends>
  8. </WebWorxCorp_Imagerotator>
  9. </modules>
  10. <global>
  11. <!-- turn in models -->
  12. <models>
  13. <imagerotator>
  14. <class>WebWorxCorp_Imagerotator_Model</class>
  15. </imagerotator>
  16. </models>
  17. <!-- turn on blocks -->
  18. <blocks>
  19. <imagerotator>
  20. <class>WebWorxCorp_Imagerotator_Block</class>
  21. </imagerotator>
  22. </blocks>
  23. <!-- turn on database connections -->
  24. <resources>
  25. <imagerotator_setup>
  26. <use>default_setup</use>
  27. </imagerotator_setup>
  28. <imagerotator_write>
  29. <use>default_write</use>
  30. </imagerotator_write>
  31. <imagerotator_read>
  32. <use>default_read</use>
  33. </imagerotator_read>
  34. </resources>
  35. </global>
  36. <adminhtml>
  37. <menu>
  38. <cms>
  39. <webworxcorp>
  40. <title translate="title" module="imagerotator">
  41. Image Rotator
  42. </title>
  43. <action>adminhtml/imagerotator</action>
  44. </webworxcorp>
  45. </cms>
  46. </menu>
  47. <acl>
  48. <resources>
  49. <all>
  50. <title>Allow Everything</title>
  51. </all>
  52. <admin>
  53. <children>
  54. <WebWorxCorp_Imagerotator>
  55. <title>Imagerotator Module</title>
  56. <sort_order>30</sort_order>
  57. </WebWorxCorp_Imagerotator>
  58. </children>
  59. </admin>
  60. </resources>
  61. </acl>
  62. </adminhtml>
  63. </config>
Add Comment
Please, Sign In to add comment