diff options
| author | spiderr <spider@viovio.com> | 2011-06-22 15:29:12 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2011-06-22 15:29:12 -0400 |
| commit | f50883421d04bc18d3ab505f8314919d101ad108 (patch) | |
| tree | 1116c68d2ab25c1d06dbef37f7d9d806b5af9ba0 | |
| parent | 75870d0fc391603dc68f2d2a307770684c652844 (diff) | |
| download | fisheye-f50883421d04bc18d3ab505f8314919d101ad108.tar.gz fisheye-f50883421d04bc18d3ab505f8314919d101ad108.tar.bz2 fisheye-f50883421d04bc18d3ab505f8314919d101ad108.zip | |
fix Full size link
| -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} |
