Sunday 10 January 2010 6:14:32 am
I fond the sollution to this one, its $DesignKeys:used.layout variable. Just a notice, this variable is not always set, so it should be used like in this example:
{if is_set($DesignKeys:used.layout)}
{def $layout=$DesignKeys:used.layout}
{else}
{def $layout=false()}
{/if} It works both in pagelayout and in node view.
--
Nothing is impossible. Not if you can imagine it!
Hubert Farnsworth
|