<?if (!empty($arResult)):?>
4 <div class="topmenu">
<ul class="topmenu">
5a <? $cnt=0; ?>
6 <?foreach($arResult as $arItem):?>
<?if ($arItem["PERMISSION"] > "D"):?>
8a <?if ($arItem["SELECTED"]): ?>
8b <li><a
class="selected"><?=$arItem["TEXT"]?></a></li>
8c <?else:?>
8d <?if ($cnt==0):?>
8e <li><a
class="first"><?=$arItem["TEXT"]?></a></li>
8f <?else:?>
<li><a href="<?=$arItem["LINK"]?>"><?=$arItem["TEXT"]?></a></li>
10a <?endif?>
10b <?endif?>
10c <?$cnt++; ?>
10 <?endif?>
12 <?endforeach?>
14 </ul>
15</div>
17<?endif?>
скрином его киньте
выводин пункты меню из массива arResult.
Обсуждают сегодня