{* * $Revision: 1.31 $ * 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. *} {foreach from=$ImageBlockData.blocks item=block}
{if isset($ImageBlockData.show.date)} {g->text text="Date:"} {g->date timestamp=$block.item.originationTimestamp} {/if} {if isset($ImageBlockData.show.views)} {g->text text="Views: %d" arg1=$block.viewCount} {/if} {if isset($ImageBlockData.show.owner)} {g->text text="Owner: %s" arg1=$block.owner.fullName|default:$block.owner.userName} {/if}
{/if}