I want to customize the Liferay navigation portlet in a jsp page but I don't know what value of headerType
is set for rootPage
.
I wish the header was the root of the page. I tried with:
#set ($VOID = $velocityPortletPreferences.setValue("headerType", "root-layout"))
but doesn't work....
Thanks in advance