Forums / Setup & design / Detect used layout from node view
Marko Žmak
Saturday 28 February 2009 7:37:33 am
Is there a way to detect from node view template which layout is used?
-- Nothing is impossible. Not if you can imagine it! Hubert Farnsworth
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.