, , " ". /default/custom/layout/, . () :
a > > > , "" .
, /design/frontend/default/custom/...
/
. "Base/Default" "Default/Default" , - , "Default/Custom" .
: , . ( , D)
local.xml
, . Magento local.xml. Default/Custom/Layout/. , .
, , , . Local.xml , . , , local.xml - :
local.xml
<?xml version="1.0"?>
<layout version="0.1.0">
<checkout_onepage_success>
<reference name="root">
<action method="setTemplate">
<template>page/1column.phtml</template>
</action>
</reference>
</checkout_onepage_success>
<checkout_onepage_failure>
<reference name="root">
<action method="setTemplate">
<template>page/1column.phtml</template>
</action>
</reference>
</checkout_onepage_failure>
</layout>
, , , .
, ( = "") .
<remove name="left.permanent.callout" />
- , unsetChild . :
<reference name="left">
<action method="insert">
<blockName>right.poll</blockName>
<siblingName>left.newsletter<siblingName>
<after>0</after>
</action>
</reference>
<reference name="right">
<action method="unsetChild">
<name>right.poll</name>
</action>
</reference>
: 0 , phtml echo $this- > getChildHtml (''). , , , xml.
, , (, getChildHtml ('top_links')), , (Default/Custom/Template/) echo $this- > getChildHtml ('your_block_name'), , ( local.xml).
, . .