83487414 2010-09-15
Liferay一直都是使用的velocity来作为默认的主题模版,例如经典主题(.../tomcat-6.0.x/webapps/ROOT/html/themes/classic/templates)包含的几个*.vm就是velocity模版但是从6.0之后的版本开始支持freemarker模版
打开liferay-look-and-feel.xml
<theme id="..." name="..."> <template-extension>vm</template-extension> .....
将template-extension中的'vm'改为'ftl'.