diff --git a/admin-dev/themes/template/helper/form/form.tpl b/admin-dev/themes/template/helper/form/form.tpl
index 7d35f5348..1ffb85a0a 100644
--- a/admin-dev/themes/template/helper/form/form.tpl
+++ b/admin-dev/themes/template/helper/form/form.tpl
@@ -248,7 +248,7 @@
{/foreach}
{elseif $input.type == 'file'}
- {if $input.display_image}
+ {if isset($input.display_image) && $input.display_image}
{if isset($fields_value.image) && $fields_value.image}
{$fields_value.image}
diff --git a/admin-dev/themes/template/helper/list/list_footer.tpl b/admin-dev/themes/template/helper/list/list_footer.tpl
index db299698c..44e949266 100644
--- a/admin-dev/themes/template/helper/list/list_footer.tpl
+++ b/admin-dev/themes/template/helper/list/list_footer.tpl
@@ -35,10 +35,8 @@
-{if !$simple_header}
-{/if}
{*
if (isset($this->_includeTab) AND sizeof($this->_includeTab))
echo '
';
diff --git a/admin-dev/themes/template/helper/list/list_header.tpl b/admin-dev/themes/template/helper/list/list_header.tpl
index 601cf22aa..91ede11d9 100644
--- a/admin-dev/themes/template/helper/list/list_header.tpl
+++ b/admin-dev/themes/template/helper/list/list_header.tpl
@@ -72,8 +72,8 @@
-