Tuesday 05 June 2007 5:29:08 am
This always happens to me! I ask a question and then the answer becomes obvious! Next time I'll read the code before I post!
{let attribute=$object.data_map.file}
{section show=$attribute.content}
<a href={concat("content/download/",$attribute.contentobject_id,"/",$attribute.id,"/file/",$attribute.content.original_filename)|ezurl}>{$attribute.content.original_filename|wash(xhtml)}</a>
{/section} {/let}
|