Код |
---|
$rsSections = CIBlockElement::GetElementGroups($_GET["ELEMENT_ID"], true); while ($arSection = $rsSections->GetNext()) { $sectPath = CComponentEngine::MakePathFromTemplate( $arResult["URL_TEMPLATES"]["section"], array("SECTION_ID" => $arResult['VARIABLES']['SECTION_ID']) ); ?><a href="<?=$arResult["FOLDER"].$sectPath?>"><?=$arSection["NAME"]; ?></a><br /><? } |
Код |
---|
"section" => htmlspecialchars($APPLICATION->GetCurPage())."?". $arVariableAliases["SECTION_ID"]."=#SECTION_ID#", "detail" => htmlspecialchars($APPLICATION->GetCurPage())."?". $arVariableAliases["SECTION_ID"]."=#SECTION_ID#". "&".$arVariableAliases["ELEMENT_ID"]."=#ELEMENT_ID#", |