Foren

Theme Page Template Layout Setting

Michael Anthony Dorrian, geändert vor 11 Jahren.

Theme Page Template Layout Setting

Junior Member Beiträge: 98 Beitrittsdatum: 03.09.09 Neueste Beiträge
Hi All,
Is it possible to set the page layout template(2 columns(30/70)) for every page on a website in a theme(not in the portal-ext.properties).

I want my navigation portlet on left hand side of the page with content on the right hand side and i want this set in the theme if possible.

Can this be done..if so how?.

Thanks in advance
Bradley Wood, geändert vor 11 Jahren.

RE: Theme Page Template Layout Setting

Michael Anthony Dorrian, geändert vor 11 Jahren.

RE: Theme Page Template Layout Setting

Junior Member Beiträge: 98 Beitrittsdatum: 03.09.09 Neueste Beiträge
Bradley Wood:
Well if you use the resources importer you can create a layoutId for all of the other pages.
"layoutTemplateId": "1_3_1_columns"

https://github.com/liferay/liferay-plugins/blob/master/themes/zoe-tech-theme/docroot/WEB-INF/src/resources-importer/sitemap.json


Thank you so much for this very useful advice..I will try this out.