{* * $Revision: 1.1 $ * If you want to customize this file, do not edit it directly since future upgrades * may overwrite it. Instead, copy it into a new directory called "local" and edit that * version. Gallery will look for that file first and use it if it exists. *}
{* Show the sidebar blocks chosen for this theme *} {foreach from=$theme.params.sidebarBlocks item=block} {g->block type=$block.0 params=$block.1 class="gbBlock"} {/foreach}
{foreach from=$theme.children key=i item=it} {if isset($it.image)} {if isset($it.renderItem)} {else} {/if} {$it.title|markup} {/if} {/foreach}

{$theme.item.title|markup}

{if isset($theme.param.bgSerialNumber)} {section name=row loop=$theme.map} {section name=col loop=$theme.map[row]} {/section} {/section}
{assign var="id" value=$theme.map[row][col]} {if $id>0} {assign var="it" value=$theme.itemMap[$id]} {g->image item=$it image=$it.thumbnail class=thumb} {else}
{/if}
{g->block type="core.GuestPreview" class="gbBlock"} {else} {capture name="link"}{/capture} {g->text text="The theme has not been %sconfigured%s." arg1=$smarty.capture.link arg2=""} {/if}