From 1e83d63860279640145a6f7f687539c623a47962 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Sat, 12 Feb 2022 14:41:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=95=E9=83=A8=E9=92=A9=E5=AD=90=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index/view/default/public/footer.html | 24 +++++++++++------------ 1 file changed, 11 insertions(+), 13 deletions(-) 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