Saturday 06 August 2005 4:11:54 pm
thank's for your answer but I do it and I try this:
{if eq($main_parent_node_id,13)}
hello
{elseif eq($main_parent_node_id,199)}
no
{elseif eq($main_parent_node_id,210)}
yes
{else}
either
{/if}
if i'm anonymous it shows either, if I'm administrator or editor1 or editor2 it shows hello. never yes or no...
|