Hi,
I am trying to add images (Thumbnails) to the Search result page.
Problem: the images don't clear themselves between rounds. If there's no image, it repeats the former image, but don't clear the variable.
I have two variables for the thumbnails (depending on the type of file): gg_thumb and thumb
What do I do wrong?
<cms:if gg_thumb><img src="<cms:show gg_thumb/>" width="100" />
<cms:else/>
<cms:if thumb><img src="<cms:show thumb/>" width="100" />
<cms:else/>
</cms:if>
</cms:if>
I am trying to add images (Thumbnails) to the Search result page.
Problem: the images don't clear themselves between rounds. If there's no image, it repeats the former image, but don't clear the variable.
I have two variables for the thumbnails (depending on the type of file): gg_thumb and thumb
What do I do wrong?
<cms:if gg_thumb><img src="<cms:show gg_thumb/>" width="100" />
<cms:else/>
<cms:if thumb><img src="<cms:show thumb/>" width="100" />
<cms:else/>
</cms:if>
</cms:if>