diff options
Diffstat (limited to 'templates/edit_image.tpl')
| -rw-r--r-- | templates/edit_image.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/edit_image.tpl b/templates/edit_image.tpl index 940cd92..0d89b8b 100644 --- a/templates/edit_image.tpl +++ b/templates/edit_image.tpl @@ -20,7 +20,7 @@ <div class="row"> {formlabel label="Current Image"} {forminput} - {if $gContent->mInfo.storage_path} + {if $gContent->mInfo.thumbnail_url.medium} <img src="{$gContent->mInfo.thumbnail_url.medium}?{math equation="1 + rand(1,9999)"}" alt="{$gContent->getTitle()|escape}" /> <br /> <small> |
