Tuesday 10 August 2004 7:07:11 am
In order for that to work, I have to supply the object ID. It is my understanding $module_result.path only supplies the node ID. So if I do a function as:
{section name=Header loop=$module_result.path|extract( 0, 2 )|reverse max=1}
<span class="page_header_text">
{let usr_obj=fetch( 'content', 'object', hash( 'object_id', $Header:item.node_id ) )}
{$usr_obj.name}
{/let}
{/span} {/section} Perhaps this will work if I convert the node_id to object ID first, is there a function to do this?
|