diff --git a/application/index/view/default/buy/index.html b/application/index/view/default/buy/index.html index 6fdcbb630..7f5e5de71 100755 --- a/application/index/view/default/buy/index.html +++ b/application/index/view/default/buy/index.html @@ -12,10 +12,38 @@ {{include file="public/goods_category" /}} + +{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}} +
+ plugins_view_buy_top +
+{{/if}} +{{if !empty($plugins_view_buy_top_data) and is_array($plugins_view_buy_top_data)}} + {{foreach $plugins_view_buy_top_data as $hook}} + {{if is_string($hook) or is_int($hook)}} + {{$hook|raw}} + {{/if}} + {{/foreach}} +{{/if}} +
-