Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <config>
  3. <modules>
  4. <Wired_Concept>
  5. <version>0.1.0</version>
  6. </Wired_Concept>
  7. </modules>
  8. <global>
  9. <models>
  10. <concept>
  11. <class>Wired_Concept_Model</class>
  12. </concept>
  13. </models>
  14. <helpers>
  15. <concept>
  16. <class>Wired_concept_Helper</class>
  17. </concept>
  18. </helpers>
  19. </global>
  20. <adminhtml>
  21. <acl>
  22. <resources>
  23. <all>
  24. <title>Allow Everything</title>
  25. </all>
  26. <admin>
  27. <children>
  28. <system>
  29. <children>
  30. <config>
  31. <children>
  32. <wired>
  33. <title>Wired - All</title>
  34. </wired>
  35. </children>
  36. </config>
  37. </children>
  38. </system>
  39. </children>
  40. </admin>
  41. </resources>
  42. </acl>
  43. </adminhtml>
  44. </config>
  45.  
  46. <?xml version="1.0" encoding="UTF-8"?>
  47. <config>
  48. <tabs>
  49. <wired translate="label" module="concept">
  50. <label>Wired Extensions</label>
  51. <sort_order>100</sort_order>
  52. </wired>
  53. </tabs>
  54. <sections>
  55. <wired translate="label" module="concept">
  56. <label>Extension Options</label>
  57. <tab>wired</tab>
  58. <sort_order>1000</sort_order>
  59. <show_in_default>1</show_in_default>
  60. <show_in_website>1</show_in_website>
  61. <show_in_store>1</show_in_store>
  62. </wired>
  63. </sections>
  64. </config>
  65.  
  66. <?php
  67. class Wired_Concept_Helper_Data extends Mage_Core_Helper_Abstract
  68. {
  69. }
  70.  
  71. <?xml version="1.0" encoding="utf-8"?>
  72. <config>
  73. <modules>
  74. <Wired_Concept>
  75. <active>true</active>
  76. <codePool>local</codePool>
  77. </Wired_Concept>
  78. </modules>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement