'', 'cart_icon' => 'lnr-cart', 'account_icon' => 'lnr-user', 'account_content' => '', 'currency_content' => '', 'search_icon' => 'lnr-magnifier', 'search_button' => 'Search', 'cart_fixed' => '', ),$attr)); $check_array = explode(',', $check_list); if(!empty($cart_icon)){ if(strpos($cart_icon,'lnr') !== false) $cart_icon_html = ''; else $cart_icon_html = ''; } if(!empty($account_icon)){ if(strpos($account_icon,'lnr') !== false) $account_icon_html = ''; else $account_icon_html = ''; } if(!empty($search_icon)){ if(strpos($search_icon,'lnr') !== false) $search_icon_html = ''; else $search_icon_html = ''; } $lang_class = 'lang-no-active'; if(defined('ICL_LANGUAGE_CODE')) $lang_class = 'lang-active'; if($cart_fixed) { $cart_pos = 'info-cart7'; $cart_wrap = 'wrap-cart7'; } else { $cart_pos = ''; $cart_wrap = ''; } $html .= '