レイアウト上の理由から、2つの異なるheader.phtml(header.phtml / header1.phtml)が必要でした。しかし、page.xmlのヘッダーブロックをコピーすると、最新のブロックの定義のみが機能しているように見えます(両方とも独立して機能しますが、両方のブロックがpage.xmlにある場合は、両方の最新のブロックのみが変更を引き起こします) 。
<block type="page/html_header" name="header" as="header">
<block type="page/template_links" name="top.links" as="topLinks"/>
<block type="page/html_wrapper" name="top.bar" as="topBar" translate="label">
<label>Breadcrumbs</label>
<action method="setElementClass"><value>top-bar</value></action>
</block>
</block>
<block type="page/html_header1" name="header1" as="header1">
<block type="page/template_links" name="top.links" as="topLinks"/>
<block type="page/html_wrapper" name="top.bar" as="topBar" translate="label">
<label>Breadcrumbs</label>
<action method="setElementClass"><value>top-bar</value></action>
</block>
</block>
誰かが私のエラーがどこにあるか教えてもらえますか?