'; $itemSize = count($arResult); for($index = 0; $index < $itemSize; $index++) { $title = htmlspecialcharsex($arResult[$index]["TITLE"]); $arrow = ($index > 0? '' : ''); if($arResult[$index]["LINK"] <> "" && $index != $itemSize-1) { $strReturn .= '
'; } else { $strReturn .= ' '; } } $strReturn .= ''; return $strReturn; /* return ''; */ /* //we can't use $APPLICATION->SetAdditionalCSS() here because we are inside the buffered function GetNavChain() $css = $APPLICATION->GetCSSArray(); if(!is_array($css) || !in_array("/bitrix/css/main/font-awesome.css", $css)) { $strReturn .= ''."\n"; } $strReturn .= ''; return $strReturn; */ ?>