Skip to content

Instantly share code, notes, and snippets.

@dgmike
Forked from jubalm/layout.xml
Created September 19, 2012 10:03
Show Gist options
  • Save dgmike/3748805 to your computer and use it in GitHub Desktop.
Save dgmike/3748805 to your computer and use it in GitHub Desktop.
magento - external javascript in cms
<reference name="head">
<block type="core/text" name="google.cdn.jquery">
<action method="setText">
<text>
<![CDATA[
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript">jQuery.noConflict()</script>
<script type="text/javascript" src="https://dl.dropbox.com/u/54878478/web/script.js"></script>
]]>
</text>
</action>
</block>
</reference>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment