M
M
MaximMRX2018-08-02 15:34:47
1C-Bitrix
MaximMRX, 2018-08-02 15:34:47

How to find the folder with the bitrix component?

Good day. Found component connection. bitrix:catalog.section, the template is not true. Where to drip?

<?//SECTION//?>
<?$intSectionID = $APPLICATION->IncludeComponent("bitrix:catalog.section", $view,
  array(
    "IBLOCK_TYPE" => $arParams["IBLOCK_TYPE"],
    "IBLOCK_ID" => $arParams["IBLOCK_ID"],
    "ELEMENT_SORT_FIELD" => $arParams["ELEMENT_SORT_FIELD"],
    "ELEMENT_SORT_ORDER" => $arParams["ELEMENT_SORT_ORDER"],
  
    
  ),
  false,
  array("HIDE_ICONS" => "Y")
);?>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nikita, 2018-08-02
@GM_pAnda

Dump the variable $view, got the name of the template.
Where to look for
/bitrix/templates/your_template/components/bitrix/catalog.section/
/bitrix/templates/.default/components/bitrix/catalog.section/
or
/local/templates/your_template/components/bitrix/catalog.section/
Well in general, if you try to edit a template from the public part, the edit window will contain the full path to the template

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question