Thursday 08 June 2006 4:55:10 am
eZ publish uses template operators.
{if eq( $module_result.content_info.parent_node_id, '59' )}
do something
{/if}
{if or( eq($module_result.content_info.parent_node_id, '59'), eq( $module_result.content_info.parent_node_id, '123'))}
//do something
{/if}
See doc for more info and examples. http://ez.no/doc/ez_publish/technical_manual/3_8/reference/template_operators/logical_operations
Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog
|