%PDF- %PDF-
| Direktori : /proc/self/root/proc/self/root/home/bitrix/www/local/templates/UB/includes/ |
| Current File : //proc/self/root/proc/self/root/home/bitrix/www/local/templates/UB/includes/high_menu.php |
<?if(CModule::IncludeModule("iblock")) $is_ib = true;
$res = CIBlockSection::GetList(Array("SORT"=>"asc"), Array("ACTIVE"=>"Y", "IBLOCK_ID"=>2));
while($ar_fields = $res->GetNext()){ ?>
<li> <a href="<?=SITE_DIR?><?=$ar_fields["CODE"]?>/" <?if($ar_fields["CODE"]==$_REQUEST["CAT"]){?>id="current" <?}?>class="sf-with-ul"><?=$ar_fields["NAME"]?></a> </li>
<? } ?>