{* * $Revision: 1.4 $ * 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. *} {$theme.item.title|default:$theme.item.pathComponent|markup:strip} {g->head}
mainDivAttributes}> {if isset($theme.thumbnail)} {/if}
{g->image item=$theme.item image=$theme.thumbnail class="giThumbnail"} {$theme.item.title|markup}
{g->text text="Owner: %s" arg1=$theme.item.owner.fullName|default:$theme.item.owner.userName}
{g->text one="Viewed: %d time" many="Viewed: %d times" count=$theme.item.viewCount arg1=$theme.item.viewCount}
{g->text text="Date: "}{g->date timestamp=$theme.item.originationTimestamp}
{if isset($theme.item.keywords)} {g->text text="Keywords: "}{$theme.item.keywords|markup}
{/if}
{* Show any other item blocks *} {foreach from=$theme.params.photoBlocks item=block} {g->block type=$block.0 params=$block.1 class="gbBlock"} {/foreach}