文章列表
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-extensi ...