Fórum

One page theme

Ahmed Wasfy, modificado 9 Anos atrás.

One page theme

New Member Postagens: 2 Data de Entrada: 18/09/14 Postagens Recentes
Hey all,

I wanted to create a liferay parallax theme. I had an issue rendering all pages content in one page.
basically this piece is responsible of rendering the current layout content on the page
#if ($selectable)
$theme.include($content_include)
#else
$portletDisplay.recycle()
$portletDisplay.setTitle($the_title)
$theme.wrapPortlet("portlet.vm", $content_include)
#end

I was wondering if I can pass the layout instead of using the content current layout.

Thanks.