Advertisement
Guest User

Untitled

a guest
Apr 19th, 2014
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. <?xml version="1.0" ?>
  2. <config>
  3. <modules>
  4. <Laven_Main>
  5. <version>0.1.0</version>
  6. </Laven_Main>
  7. </modules>
  8. <global>
  9. <models>
  10. <laven_main>
  11. <class>Laven_Main_Model</class>
  12. </laven_main>
  13. </models>
  14. <blocks>
  15. <laven_main>
  16. <class>Laven_Main_Block</class>
  17. </laven_main>
  18. </blocks>
  19. <helpers>
  20. <laven_main>
  21. <class>Laven_Main_Helper</class>
  22. </laven_main>
  23. </helpers>
  24. </global>
  25.  
  26. <frontend>
  27. <routers>
  28. <laven_main>
  29. <use>standard</use>
  30. <args>
  31. <module>Laven_Main</module>
  32. <frontName>main</frontName>
  33. </args>
  34. </laven_main>
  35. </routers>
  36. <layout>
  37. <updates>
  38. <laven_main module="laven_main">
  39. <file>laven_main.xml</file>
  40. </laven_main>
  41. </updates>
  42. </layout>
  43.  
  44. </frontend>
  45. </config>
  46.  
  47. <layout version="0.1.0">
  48. <default>
  49. <!-- <reference name="top.links" >
  50. <action method="addLink" translate="label title">
  51. <label>Main</label>
  52. <url>main</url>
  53. <title>main view</title>
  54. <prepare/>
  55. <urlParams/>
  56. <position>1</position>
  57. </action>
  58. </reference>-->
  59.  
  60. <reference name="head">
  61. <action method="addCss"><stylesheet>css/main_style.css</stylesheet></action>
  62. <action method="addCss"><stylesheet>css/style.css</stylesheet></action>
  63. <action method="addCss"><stylesheet>css/popup.css</stylesheet></action>
  64. <action method="addJs"><script>levdes/popup.js</script></action>
  65. <action method="addJs"><script>levdes/validatesubmit.js</script></action>
  66. </reference>
  67.  
  68. <reference name="top">
  69. <remove name="" />
  70. </reference>
  71. </default>
  72. <cms_index_index>
  73. <reference name="top">
  74. <remove name="top.links" />
  75. <remove name="top.forms" />
  76. </reference>
  77. </cms_index_index>
  78. <cms_page_view>
  79. <reference name="top">
  80. <remove name="top.links" />
  81. <remove name="top.forms" />
  82. </reference>
  83. </cms_page_view>
  84. </layout>
  85.  
  86. Mage::helper('laven_main')->doSomething();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement