diff options
| author | lsces <lester@lsces.co.uk> | 2026-03-26 17:07:41 +0000 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2026-03-26 17:07:41 +0000 |
| commit | 5245cdcff43e01937278b80d2ee4d3a5c4fc0d81 (patch) | |
| tree | 8f5bab2a2b607b819621c84885f109dbaea462d2 /templates/edit_image_inc.tpl | |
| parent | bf7f71fe7da2545a8dbc64bdf874ebec0c85c3e1 (diff) | |
| download | fisheye-5245cdcff43e01937278b80d2ee4d3a5c4fc0d81.tar.gz fisheye-5245cdcff43e01937278b80d2ee4d3a5c4fc0d81.tar.bz2 fisheye-5245cdcff43e01937278b80d2ee4d3a5c4fc0d81.zip | |
Smarty style updates
Diffstat (limited to 'templates/edit_image_inc.tpl')
| -rwxr-xr-x | templates/edit_image_inc.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/edit_image_inc.tpl b/templates/edit_image_inc.tpl index eb19ea2..74d91bf 100755 --- a/templates/edit_image_inc.tpl +++ b/templates/edit_image_inc.tpl @@ -25,7 +25,7 @@ <img src="{$gContent->mInfo.thumbnail_url.medium}" alt="{$gContent->getTitle()|escape}" /> <br /> <small> - {if $gContent->mInfo.width && $gContent->mInfo.height} + {if $gContent->mInfo.width and $gContent->mInfo.height} {tr}Full size{/tr} - <a href="{$gContent->getDownloadUrl()}">{$gContent->mInfo.width} x {$gContent->mInfo.height}</a> {elseif $gContent->getDownloadUrl()} <a href="{$gContent->getDownloadUrl()}">{tr}Full size{/tr}</a> |
