{* * $Revision: 16235 $ * Read this before changing templates! http://codex.gallery2.org/Gallery2:Editing_Templates *}
{if count($theme.imageViews) > 1} {g->text text="Size: "}
{/if} {if !empty($theme.sourceImage)} {g->text text="Full size: "} {capture name="fullSize"} {if empty($theme.sourceImage.width)} {$theme.sourceImage.itemTypeName.0} {else} {g->text text="%dx%d" arg1=$theme.sourceImage.width arg2=$theme.sourceImage.height} {/if} {/capture} {if count($theme.imageViews) > 1} {$smarty.capture.fullSize} {else} {$smarty.capture.fullSize} {/if}
{/if}