Код |
---|
<? if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die(); //delayed function must return a string if(empty($arResult)) return ""; for($index = count($arResult), $itemSize = 0; $index > $itemSize; $index--) { if($index < count($arResult)) $strReturn .= ' | '; $strReturn .= htmlspecialcharsex($arResult[$index]["TITLE"]); } return $strReturn; ?> |