{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
plugins_view_article_detail_left_inside_top
{{/if}}
{{if !empty($plugins_view_article_detail_left_inside_top_data) and is_array($plugins_view_article_detail_left_inside_top_data)}}
{{foreach $plugins_view_article_detail_left_inside_top_data as $hook}}
{{if is_string($hook) or is_int($hook)}}
{{$hook|raw}}
{{/if}}
{{/foreach}}
{{/if}}
{{if !empty($module_data['category_list'])}}
{{foreach $module_data.category_list as $v}}
-
{{$v.name}}
{{/foreach}}
{{/if}}
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
plugins_view_article_detail_left_inside_botton
{{/if}}
{{if !empty($plugins_view_article_detail_left_inside_botton_data) and is_array($plugins_view_article_detail_left_inside_botton_data)}}
{{foreach $plugins_view_article_detail_left_inside_botton_data as $hook}}
{{if is_string($hook) or is_int($hook)}}
{{$hook|raw}}
{{/if}}
{{/foreach}}
{{/if}}