Thursday 04 December 2003 10:31:51 am
Ok! Thanks! I added a new attribute to the Folder class. But how can I make image appear in links???? I wrote this:
{let folder_list=fetch( content, list, hash(
parent_node_id, 2, sort_by, array( array( priority ) ) ) )}
{section name=Folder loop=$folder_list}
<td class="topmenu">
<a href={concat( "/content/view/full/", $Folder:item.node_id, "/" )|ezurl}><img src="{$Folder:item.image|ezimage}" /></a>
</td>
{/section} {/let} But it doesn't work!
|