diff options
Diffstat (limited to 'templates/edit_image_inc.tpl')
| -rw-r--r-- | 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 83c7652..e3f01e1 100644 --- a/templates/edit_image_inc.tpl +++ b/templates/edit_image_inc.tpl @@ -21,7 +21,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}" alt="{$gContent->getTitle()|escape}" /> <br /> <small> |
