вот код после кеша:[CODE]if(isset($arResult["ID"]))
{
$arTitleOptions = null;
if($USER->IsAuthorized())
{
if(
$APPLICATION->GetShowIncludeAreas()
|| $arParams["SET_TITLE"]
)
{
if(CModule::IncludeModule("iblock"))
{
$arButtons = CIBlock::GetPanelButtons($arResult["ID"], 0, $arParams["PARENT_SECTION"]);
if($APPLICATION->GetShowIncludeAreas())
$this->AddIncludeAreaIcons(CIBlock::GetComponentMenu($APPLICATION->GetPublicShowMode(), $arButtons));
if($arParams["SET_TITLE"])
{
$arTitleOptions = array(
'ADMIN_EDIT_LINK' => $arButtons["submenu"]["edit_iblock"]["ACTION"],
'PUBLIC_EDIT_LINK' => "",
'COMPONENT_NAME' => $this->GetName(),
);
}
}
}
}
$this->SetTemplateCachedData($arResult["NAV_CACHED_DATA"]);
if($arParams["SET_TITLE"])
{
$APPLICATION->SetTitle($arResult["NAME"], $arTitleOptions);
}
if($arParams["INCLUDE_IBLOCK_INTO_CHAIN"] && isset($arResult["NAME"]))
{
$APPLICATION->AddChainItem($arResult["NAME"]);
}
if($arParams["ADD_SECTIONS_CHAIN"] && is_array($arResult["SECTION"]))
{
foreach($arResult["SECTION"]["PATH"] as $arPath)
{
$APPLICATION->AddChainItem($arPath["NAME"], $arPath["~SECTION_PAGE_URL"]);
}
}
}[/CODE]result_modifier, component_epilog отсутствуют, в шаблоне обращений нет.
{
$arTitleOptions = null;
if($USER->IsAuthorized())
{
if(
$APPLICATION->GetShowIncludeAreas()
|| $arParams["SET_TITLE"]
)
{
if(CModule::IncludeModule("iblock"))
{
$arButtons = CIBlock::GetPanelButtons($arResult["ID"], 0, $arParams["PARENT_SECTION"]);
if($APPLICATION->GetShowIncludeAreas())
$this->AddIncludeAreaIcons(CIBlock::GetComponentMenu($APPLICATION->GetPublicShowMode(), $arButtons));
if($arParams["SET_TITLE"])
{
$arTitleOptions = array(
'ADMIN_EDIT_LINK' => $arButtons["submenu"]["edit_iblock"]["ACTION"],
'PUBLIC_EDIT_LINK' => "",
'COMPONENT_NAME' => $this->GetName(),
);
}
}
}
}
$this->SetTemplateCachedData($arResult["NAV_CACHED_DATA"]);
if($arParams["SET_TITLE"])
{
$APPLICATION->SetTitle($arResult["NAME"], $arTitleOptions);
}
if($arParams["INCLUDE_IBLOCK_INTO_CHAIN"] && isset($arResult["NAME"]))
{
$APPLICATION->AddChainItem($arResult["NAME"]);
}
if($arParams["ADD_SECTIONS_CHAIN"] && is_array($arResult["SECTION"]))
{
foreach($arResult["SECTION"]["PATH"] as $arPath)
{
$APPLICATION->AddChainItem($arPath["NAME"], $arPath["~SECTION_PAGE_URL"]);
}
}
}[/CODE]result_modifier, component_epilog отсутствуют, в шаблоне обращений нет.