{{if !empty($plugins_css)}} {{/if}} {{if isset($is_load_layout) and $is_load_layout eq 1}} {{/if}} {{if isset($is_load_layout_admin) and $is_load_layout_admin eq 1}} {{/if}} {{if !empty($module_css)}} {{/if}} {{if !empty($plugins_css_data) and is_array($plugins_css_data)}} {{foreach $plugins_css_data as $hook}} {{if !empty($hook) and is_string($hook)}} {{if substr($hook, 0, 4) eq 'http'}} {{else /}} {{/if}} {{elseif is_array($hook) /}} {{foreach $hook as $hook_css}} {{if !empty($hook_css) and is_string($hook_css)}} {{if substr($hook_css, 0, 4) eq 'http'}} {{else /}} {{/if}} {{/if}} {{/foreach}} {{/if}} {{/foreach}} {{/if}} {{if !empty($plugins_common_header_data) and is_array($plugins_common_header_data)}} {{foreach $plugins_common_header_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 and (!isset($is_header) or $is_header eq 1)}}
plugins_css
{{/if}} {{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_header) or $is_header eq 1)}}
plugins_common_header
{{/if}} {{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_header) or $is_header eq 1)}}
plugins_view_common_top
{{/if}} {{if !empty($plugins_view_common_top_data) and is_array($plugins_view_common_top_data) and (!isset($is_header) or $is_header eq 1)}} {{foreach $plugins_view_common_top_data as $hook}} {{if is_string($hook) or is_int($hook)}} {{$hook|raw}} {{/if}} {{/foreach}} {{/if}}