# Найти все подключения компонента
grep -rn "IncludeComponent.*catalog.section" /bitrix/templates/aspro_max/
# Пример правильного вызова:
$APPLICATION->IncludeComponent(
"bitrix:catalog.section",
".default",
array(
"TEMPLATE_PATH" => "/bitrix/templates/aspro_max/components/bitrix/catalog.section/.default/"
)
);