ผมค้นพบหลังจากการปรับรุ่นวีโอไอพีที่แกนMage_Page
's config.xml
ได้รับการแก้ไขด้วยตนเองและตอนนี้ฉันกำลังมองหาเพื่อเปลี่ยน XML ในทางที่ไม่หลักไม่ได้เขียนทับ
นี่คือตัวอย่างของแกน XML:
<config>
<modules>
<Mage_Page>
<version>1.6.0.0</version>
</Mage_Page>
</modules>
<global>
<models>
<page>
<class>Mage_Page_Model</class>
</page>
</models>
<blocks>
<page>
<class>Mage_Page_Block</class>
</page>
</blocks>
<page>
<layouts>
<empty module="page" translate="label">
<label>Empty</label>
<template>page/empty.phtml</template>
<layout_handle>page_empty</layout_handle>
</empty>
<one_column module="page" translate="label">
<label>1 column</label>
<template>page/1column.phtml</template>
<layout_handle>page_one_column</layout_handle>
<is_default>1</is_default>
ฉันกำลังมองหาที่จะเพิ่มรูปแบบอื่นเช่นหรือone_column
ดูเหมือนว่าการempty
เขียนทับconfig.xml
ด้วยapp/code/local/Mage/Page/etc/config.xml
จะไม่ทำงานฉันควรดำเนินการอย่างไรโดยไม่แตะที่แกนกลาง
Mage_Page
โมดูล (ลิงก์)และประกาศหมายเลขอ้างอิงการอัพเดท