<if condition="THIS_SCRIPT=='announcement' AND announcementid=='xx'"> ..... </if>
or
<if condition="$show['announcement'] AND announcementid=='xx'"> ... </if>
Whats the correct solution to use the announcement id?
Thank you!
or
<if condition="$show['announcement'] AND announcementid=='xx'"> ... </if>
Whats the correct solution to use the announcement id?
Thank you!
Comment