Sunday 17 October 2004 1:32:13 am
If you haven't changed the link class, it should work. Are you sure you've added a description to a link or cleared the cache after you've changed that line. For the description i've got this, which works fine:
{section show=$node.object.data_map.description.has_content}
{attribute_view_gui attribute=$node.object.data_map.description}
{/section}
Other options are:
{section show=$node.object.data_map.description.content.is_empty|not}
{attribute_view_gui attribute=$node.object.data_map.description}
{/section}
or without the section show: {attribute_view_gui attribute=$node.object.data_map.description}
-------------------------------
http://www.kookfijn.nl & http://www.magento.be
|