Last active
September 16, 2017 00:06
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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