1.在webapps\ROOT\layouttpl\custom下面新建相应布局文件.tpl文件和.wap.tpl文件.png文件,三个文件名要相同
2.在\webapps\ROOT\WEB-INF\liferay-layout-templates.xml文件<custom></custom>元素间增加如下代码:
<layout-template id="自定义" name="自定义">
<template-path>/layouttpl/custom/.tpl文件名</template-path>
<wap-template-path>/layouttpl/custom/.wap.tpl文件名</wap-template-path>
<thumbnail-path>/layouttpl/custom/.png文件名</thumbnail-path>
</layout-template>
2.在\webapps\ROOT\WEB-INF\liferay-layout-templates.xml文件<custom></custom>元素间增加如下代码:
<layout-template id="自定义" name="自定义">
<template-path>/layouttpl/custom/.tpl文件名</template-path>
<wap-template-path>/layouttpl/custom/.wap.tpl文件名</wap-template-path>
<thumbnail-path>/layouttpl/custom/.png文件名</thumbnail-path>
</layout-template>