Skip to content

Instantly share code, notes, and snippets.

@frosit
Created May 17, 2016 19:50
Show Gist options
  • Save frosit/efc9ec2618519e4816fea4e5ab79e160 to your computer and use it in GitHub Desktop.
Save frosit/efc9ec2618519e4816fea4e5ab79e160 to your computer and use it in GitHub Desktop.
XML file question
<?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