{$yuilibs} {$script1}
{section name=img loop=$gapimages}
{/section}
{* placing the additional buttons in dependance of placing the medias *} {if $question->options->placemedia != 0}
{else}
{/if}
{$background->mediatag}
{* placing the media below or beside the background *} {if $question->options->placemedia == 0}
{/if}
{* Number of columns per line *} {assign var="cols" value=$question->options->arrangemedia} {if $cols == 0} {assign var="cols" value="999"} {/if} {section name=img loop=$gapimages} {if $smarty.section.img.index % $cols == 0}
{/if}
{$gapimages[img].tag}
{$gapimages[img].text}
{if $smarty.section.img.index % $cols == $cols - 1 || $cols == 1 || $smarty.section.img.last}
{/if} {/section}
{section name=id loop=$sethotspots} {$sethotspots[id].tag} {/section} {$script2}