Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <layout>
  4. <default>
  5.  
  6. <!-- Remove callouts and rarely used stuff -->
  7. <remove name="right.poll"/>
  8. <remove name="right.permanent.callout"/>
  9. <remove name="left.permanent.callout"/>
  10. <remove name="paypal.partner.right.logo"/>
  11.  
  12. <!-- add the local stylesheet -->
  13. <reference name="head">
  14. <action method="addJs"><script>js/jquery.cycle.all.min.js</script></action>
  15. <action method="addJs"><script>js/jquery-1.4.2.min.js</script></action>
  16. <action method="addJs"><script>js/easySlider1.7.js</script></action>
  17. <action method="addJs"><script>js/ehd.js</script></action>
  18. <action method="addCss"><stylesheet>css/resetcss.css</stylesheet></action>
  19. <action method="addCss"><stylesheet>css/local.css</stylesheet></action>
  20. <action method="addCss"><stylesheet>css/style.css</stylesheet></action>
  21. </reference>
  22.  
  23. <ace translate="label">
  24. <label>ace</label>
  25. <reference name="root">
  26. <action method="setTemplate"><template>page/ace.phtml</template></action>
  27. <!-- Mark root page block that template is applied -->
  28. <action method="setIsHandle"><applied>1</applied></action>
  29. </reference>
  30. </ace>
  31.  
  32. </default>
  33. </layout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement