{if !empty($thumbnails)} {php} global $stripped, $strippedslide; $this->assign( 'stripped', $stripped ); $this->assign( 'strippedslide', $strippedslide ); {/php} {literal}
{strip}{foreach from=$thumbnails item=thumbnail} {define_derivative name='slide' height=600 width=9999} {assign var=derivative value=$pwg->derivative($slide, $thumbnail.src_image)} {$thumbnail.NAME} {/foreach}{/strip}
{/if}