summaryrefslogtreecommitdiff
path: root/templates/edit_image_inc.tpl
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2026-03-26 17:07:41 +0000
committerlsces <lester@lsces.co.uk>2026-03-26 17:07:41 +0000
commit5245cdcff43e01937278b80d2ee4d3a5c4fc0d81 (patch)
tree8f5bab2a2b607b819621c84885f109dbaea462d2 /templates/edit_image_inc.tpl
parentbf7f71fe7da2545a8dbc64bdf874ebec0c85c3e1 (diff)
downloadfisheye-5245cdcff43e01937278b80d2ee4d3a5c4fc0d81.tar.gz
fisheye-5245cdcff43e01937278b80d2ee4d3a5c4fc0d81.tar.bz2
fisheye-5245cdcff43e01937278b80d2ee4d3a5c4fc0d81.zip
Smarty style updates
Diffstat (limited to 'templates/edit_image_inc.tpl')
-rwxr-xr-xtemplates/edit_image_inc.tpl2
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>