Skip to content

Instantly share code, notes, and snippets.

@pablocattaneo
Last active September 16, 2017 00:06
Show Gist options
  • Select an option

  • Save pablocattaneo/f9a2e139b958369eaa6a to your computer and use it in GitHub Desktop.

Select an option

Save pablocattaneo/f9a2e139b958369eaa6a to your computer and use it in GitHub Desktop.
Agrega archivos js y css a una página especifica del cms. El código debe ser agregado en CMS -> Pages -> Manage Content -> Design -> Custom Layout Update XML. Add js and css files in a specific cms page. The code must be add in CMS -> Pages -> Manage Content -> Design -> Custom Layout Update XML.
<reference name="head">
<action method="addItem">
<type>skin_js</type>
<name>js/das-una-mano.js</name>
</action>
<action method="addCss">
<stylesheet>css/carrefour/cms/cms.css</stylesheet>
</action>
</reference>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment