Guest User

Untitled

a guest
Jan 22nd, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <reference name="after_body_start">
  2. <block type="core/template" name="any_unique_name_here" template="path/to/your/template.phtml" />
  3. </reference>
  4.  
  5. <reference name="after_body_start">
  6. <block type="core/text" name="any_unique_name_here">
  7. <action method="setText">
  8. <text><![CDATA[
  9. <script type="text/javascript">
  10. console.log('It works!');
  11. </script>
  12. ]]></text>
  13. </action>
  14. </block>
  15. </reference>
Add Comment
Please, Sign In to add comment