LV and the new EE wrapping templates in layouts
Hi,
I was using traditional HTML head embed to fetch the pages title
In the embed
{structure} {my_title} {title} {exp:low_variables:parse var="url_suffix"}| {url_suffix:data}{/exp:low_variables:parse}
On the page
{exp:low_variables:single
var="html_head"
preparse:my_title="Pagina titel"
preparse:structure="{structure:page:title}"
}
Now I'm moving to EE's new wrapping templates in layouts and the above doesn't seem to work anymore.
in the html_layout
{structure} {my_title} {title} {exp:low_variables:parse var="url_suffix"}| {url_suffix:data}{/exp:low_variables:parse}
Page
{layout="skeleton/_html-layout"}
{exp:low_variables:single
var="html_head"
preparse:my_title="Pagina titel"
preparse:structure="{structure:page:title}"
}
Any directions to solve this?
Replies
Low 24 Apr 2014 11:33
What is it that's not working anymore? Are you getting unparsed vars? If so, which ones? What are your PHP, EE and LV versions?