Wednesday 03 September 2008 5:25:33 am
Hi,
Thanks for this idea, but it seems not to work. I've created a new override tpl for frontpage.tpl. Override works. I used node as parameter in this frontpage.tpl:
<div class="content-view-full">
<div class="class-frontpage">
<div class="attribute-page"
{attribute_view_gui attribute=$node.object.data_map.page node=$node}
</div>
</div>
</div>
And in my eZFlow Block on a "frontpage" i try to get the $node parameter:
{$node|attribute(show,1)}
But it seems that $node is null... Do you have any other idea??
Thanks a lot & regards, Michael
|