{* * $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. *}
| {g->image item=$theme.item image=$theme.thumbnail class="giThumbnail"} | {/if}
{$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} |