Forums / Setup & design / No output from path.tpl
Rick -
Tuesday 14 March 2006 4:01:48 pm
I have an override for full.tpl which calls the path.tpl using:
{include uri="design:parts/path.tpl"}
Calling from pagelayout.tpl works fine, but as soon as I put it in the full.tpl overrride it doesn't work.
Any ideas? Thanks!
Ćukasz Serwatka
Wednesday 15 March 2006 11:12:47 pm
Rick, in path.tpl are used variables which are only available in pagelayout.tpl. This is the reason why included path.pl in full view template not working.
http://ez.no/doc/ez_publish/technical_manual/3_6/templates/the_pagelayout/variables_in_pagelayout
In full view you can look on {$node.path_array}
Personal website -> http://serwatka.net Blog (about eZ Publish) -> http://serwatka.net/blog