Để đáp ứng yêu cầu của bạn, bạn cần tạo một tiện ích mở rộng - không có điều này là không thể.
Tập tin cấu hình mô-đun:
Tạo tập tin cấu hình tập tin mô-đun tại app/etc/modules/Amit_NewLayout.xml
Mã số:
<?xml version="1.0"?>
<config>
<modules>
<Amit_NewLayout>
<active>true</active>
<codePool>local</codePool>
<depends>
<Mage_Page />
</depends>
</Amit_NewLayout>
</modules>
</config>
Xác định cấu hình
Bây giờ xác định 1-column-version2.phtml
làm mẫu cho bố cục mới trong app/code/local/Amit/NewLayout/etc/config.xml
Mã số:
<?xml version="1.0"?>
<config>
<modules>
<Amit_NewLayout>
<version>0.0.1</version>
</Amit_NewLayout>
</modules>
<global>
<page>
<layouts>
<new_cms_layout module="page" translate="label">
<label>New Cms Layout</label>
<template>page/1-column-version2.phtml</template>
<layout_handle>lookbook</layout_handle>
</new_cms_layout>
</layouts>
</page>
</global>
</config>
Bây giờ, bạn sẽ có thể thấy bố cục này trong các tùy chọn bố cục trang CMS.