Created
May 17, 2016 19:50
-
-
Save frosit/efc9ec2618519e4816fea4e5ab79e160 to your computer and use it in GitHub Desktop.
XML file question
This file contains 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
<?xml version="1.0"?> | |
<layout> | |
<default> | |
<action method="removeItem"> | |
<type>skin_js</type> | |
<name>js/slideshow.js</name> | |
</action> | |
<action method="addStylesheet"> | |
<type>skin_css</type> | |
<name>css/custom.css</name> | |
</action> | |
</default> | |
<frosit_developer_index_index> | |
<reference name="root"> | |
<action method="setTemplate"> | |
<template>page/1column.phtml</template> | |
</action> | |
</reference> | |
<reference name="content"> | |
<block type="core/template" name="frosit.dev.index" template="frosit/placeholder.phtml"/> | |
</reference> | |
</frosit_developer_index_index> | |
</layout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment