xml 在local.xml中添加新的magento布局(仅适用于第一个额外模板)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xml 在local.xml中添加新的magento布局(仅适用于第一个额外模板)相关的知识,希望对你有一定的参考价值。


http://www.implementek.com/adding-new-page-layout-for-magento-cms-pages/#.WIDgobYrKV4

1) To make a new template, first we need to create phtml file with your template and save it in
app/design/frontend/default/your-theme/template/page

2) Then open local.xml (app/etc/local.xml). Somewhere on 55th line of code, right below
<session_save><![CDATA[files]]></session_save>

3) insert the <cms></cms> section only

4) NOTE: it must be inside the <global></global> section
<?xml version="1.0"?>
<config>
    <global>
        <install>
            <date><![CDATA[Mon, 20 Jun 2016 22:17:04 +0000]]></date>
        </install>
        <crypt>
            <key><![CDATA[9111069bfd582a6442ac1da3f6d88d78]]></key>
        </crypt>
        <disable_local_modules>false</disable_local_modules>
        <resources>
            <db>
                <table_prefix><![CDATA[]]></table_prefix>
            </db>
            <default_setup>
                <connection>
                    <host><![CDATA[localhost]]></host>
                    <username><![CDATA[popbetas_umi2]]></username>
                    <password><![CDATA[Funkd8479#]]></password>
                    <dbname><![CDATA[popbetas_umi2]]></dbname>
                    <initStatements><![CDATA[SET NAMES utf8]]></initStatements>
                    <model><![CDATA[mysql4]]></model>
                    <type><![CDATA[pdo_mysql]]></type>
                    <pdoType><![CDATA[]]></pdoType>
                    <active>1</active>
                </connection>
            </default_setup>
        </resources>
        <session_save><![CDATA[files]]></session_save>
    
    <!-- this is our sample block  -->
		<cms>
			<layouts>
				<redirect>
					<label>Careers Page</label>
					<template>page/careers.phtml</template>
				</redirect>
			</layouts>
		</cms>        
        
        
        
    </global>
    <admin>
        <routers>
            <adminhtml>
                <args>
                    <frontName><![CDATA[admin]]></frontName>
                </args>
            </adminhtml>
        </routers>
    </admin>
</config>

以上是关于xml 在local.xml中添加新的magento布局(仅适用于第一个额外模板)的主要内容,如果未能解决你的问题,请参考以下文章

apache_conf Magento:通过事件添加布局xml,在local.xml之前直接添加布局文件

通过 local.xml 文件更改块的顺序

xml local.xml中

我可以在 properties-local.xml 的“发布”对话框中自定义“发布”按钮的流程吗?

xml 使用自定义登录表单,将其设置在local.xml上

xml remove_local.xml