Reputation: 1143
There are numerous pages online that I have found that describe what I need to do. I need to change the portal_ext.properties
file with the theme:
control.panel.layout.regular.theme.id=mytheme_WAR_mythemetheme
I've changed the property in my portal-ext.properties
file and I've even added a copy of the file to my portlet structure (docroot/WEB-INF
). I've deployed, restarted tomcat, etc. No changes at all.
What am I missing? Better question - Why is this so unnecessarily difficult?
Upvotes: 1
Views: 6088
Reputation: 2924
Or you could do this from control panel.
[email protected]
unless changed)Upvotes: 6
Reputation: 824
Correct name of the file is portal-ext.properties not portal_ext.properties.
This file should go under your LIFERAY_HOME folder where LIFERAY_HOME is where liferay is deployed. Just create or edit this file at this location with this property and restart the server
Upvotes: 0