テーマ フォルダの liferay-plugins-sdk-6.1.1 により、liferay ポータル 6.1.1 CE-GA2 のテーマを作成しました。
私のliferay-plugin-package:
name=internal_portal
module-group-id=liferay
module-incremental-version=1
tags=
short-description=
change-log=
page-url=http://www.liferay.com
author=Liferay, Inc.
licenses=LGPL
liferay-versions=6.1.1
My liferay-look-and-feel :
<?xml version="1.0"?>
<!DOCTYPE look-and-feel PUBLIC "-//Liferay//DTD Look and Feel 6.1.0//EN" "http://www.liferay.com/dtd/liferay-look-and-feel_6_1_0.dtd">
<look-and-feel>
<compatibility>
<version>6.1.1</version>
</compatibility>
<theme id="internal_portal" name="internal_portal" />
</look-and-feel>
しかし、liferay ポータルを起動した後、ポータルを使用した後、指定されたテーマ id のテーマが見つかりません。私のliferayポータルコンソールでデフォルトのテーマを返します。
どうすればこの問題を解決できますか?????????