Friday 07 April 2006 6:35:09 am
I have this code:
if eq( $module_result.node_id, 60)}
<img src={"urologia_dziecieca.jpg"|ezimage} width="542" height="27" border="0" alt="" />
{elseif eq( $module_result.node_id, 61)}
<img src={"glowne_choroby_ukladu_moczowo_plciowego.jpg"|ezimage} width="542" height="27" border="0" alt="" />
{/if}
In a specific folder, with a node_id=61, there are a few artilces. I would like a specific picture, which is shown in the folder with node_id=61, to be also shown in a case when the other articles from the folder are chosen.
|