純粋にを使用してブレッドクラムブロックを移動したいlocal.xml
。
出力するには、デフォルトの場所からコンテンツブロックに移動する必要があります。
通常、私は希望のブロックを移動するときunsetChild
、その後insert
、しかし、これは、ブレッドクラムブロックを作っているように見える二回ともその実際にはどこにでも移動していません。
<reference name="root">
<action method="unsetChild"><name>breadcrumbs</name></action>
<reference name="content">
<action method="insert"><child>breadcrumbs</child></action>
</reference>
</reference>