diff options
Diffstat (limited to 'templates/edit_image.tpl')
| -rw-r--r-- | templates/edit_image.tpl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/edit_image.tpl b/templates/edit_image.tpl index 48acb5e..940cd92 100644 --- a/templates/edit_image.tpl +++ b/templates/edit_image.tpl @@ -24,10 +24,9 @@ <img src="{$gContent->mInfo.thumbnail_url.medium}?{math equation="1 + rand(1,9999)"}" alt="{$gContent->getTitle()|escape}" /> <br /> <small> + <a href="{$gContent->getSourceUrl()}">{tr}Full size{/tr}</a> {if $gContent->mInfo.width && $gContent->mInfo.height} - {tr}Full size{/tr} - <a href="{$gContent->mInfo.source_url}">{$gContent->mInfo.width} x {$gContent->mInfo.height}</a> - {elseif $gContent->mInfo.source_url} - <a href="{$gContent->mInfo.source_url}">{tr}Full size{/tr}</a> + : {$gContent->mInfo.width} x {$gContent->mInfo.height} {/if} </small> {else} |
