diff --git a/app/index/view/default/public/footer.html b/app/index/view/default/public/footer.html
index 4e9639d14..674c5427d 100755
--- a/app/index/view/default/public/footer.html
+++ b/app/index/view/default/public/footer.html
@@ -137,17 +137,15 @@
{{/if}}
-{{if (!isset($page_pure) or $page_pure neq 1) and (!isset($is_footer) or $is_footer eq 1)}}
- {{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
-
- plugins_common_page_bottom
-
- {{/if}}
- {{if !empty($plugins_common_page_bottom_data) and is_array($plugins_common_page_bottom_data)}}
- {{foreach $plugins_common_page_bottom_data as $hook}}
- {{if is_string($hook) or is_int($hook)}}
- {{$hook|raw}}
- {{/if}}
- {{/foreach}}
- {{/if}}
+{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
+
+ plugins_common_page_bottom
+
+{{/if}}
+{{if !empty($plugins_common_page_bottom_data) and is_array($plugins_common_page_bottom_data)}}
+ {{foreach $plugins_common_page_bottom_data as $hook}}
+ {{if is_string($hook) or is_int($hook)}}
+ {{$hook|raw}}
+ {{/if}}
+ {{/foreach}}
{{/if}}
\ No newline at end of file