I seem to be having trouble bringing in elements surrounded by {if} as embedded includes.
e.g.
This is the url http://www.radioexperts.co.uk/index.php/home
An template called variable in the includes template group with this in…
{if segment_1 == "home"}
{assign_variable:section="home"}
{assign_variable:page="Homepage"}
{/if}
Brought into another template like this…
{embed="includes/variable"}
Is this not possible as it doesn’t seem to be working?
Thanks
