Я использую Magento VAR-1.6
Мне нужно добавить новый файл шаблона (.html) в функцию. Я добавляю блок в XML, но страница показывает шаблон, загруженный дважды.
Это код, который я добавил в customer.xml
<customer_account_customeraccount translate="label">
<label>Customer Account Page</label>
<!-- Mage_Customer -->
<remove name="right"/>
<remove name="left"/>
<reference name="root">
<action method="setTemplate"><template>page/1column.phtml</template></action>
</reference>
<reference name="content">
<block type="core/template" name="customer_account_page" template="persistent/customer_account.phtml" />
</reference>
</customer_account_customeraccount>
Может ли кто-нибудь найти проблему?