Wednesday 29 September 2004 6:37:13 am
I want to use a section block to determine if an image has been uplaoded. I am thinking along the lines of:
{section show=$node.object.data_map.banner|ne('')}
<div id="banner">
{attribute_view_gui attribute=$node.object.data_map.banner image_class=original}
</div>
{/section}
I am not sure this is right though. Any ideas anyone?
|