我想更改liferay portlet中的图标。如何在Liferay portlet中更改图标以及icon.png的用途?
/PORTLET-NAME/
build.xml
/docroot/
/css/
/js/
/WEB-INF/
/src/ (not created by default)
liferay-display.xml
liferay-plugin-package.properties
liferay-portlet.xml
portlet.xml
web.xml
icon.png
view.jsp
答案 0 :(得分:4)
或正如奥拉夫科克建议的那样
<icon>/newicon.png</icon>
答案 1 :(得分:2)
更好的选择是使用pluginsSDK创建一个新主题(复制经典主题以便开始),然后用新主题文件夹替换新主题文件夹中的门户网站图标。
或者,在portal-ext.properties
文件中添加以下代码:
theme.shortcut.icon=your_new_icon.ico