Friday 12 August 2005 12:39:15 am
I'm not 100% I'm understanding what you're looking for, but soemthing like this? {def $current_user=fetch('user', 'current_user')}
{if eq($current_user.contentobject_id, $node.object.owner_id)}
...
{/if}
If you just want to print the owner: {$node.object.owner.name}
/David
|