Friday 22 August 2003 6:22:57 am
I just want to check if $module_result.path[3][node_id] exists. If it does, show stuff1, if it doesn't, show stuff2. I think I have to use some function 'show=$...|function(...)', but I really don't know what I should use...
- - - code - - -
{section name=NewSection show=$module_result.path[3][node_id]}
bla bla 1
{section-else}
{section name=ElseSection}
bla bla 2
{/section}
{/section} - - - - - - - - - Thanx in advance!
|