Answer the question
In order to leave comments, you need to log in
What does false mean when calling a component?
Good day everyone!
<?
$APPLICATION->IncludeComponent(
"bitrix:search.form",
"",
Array(
"PAGE" => "#SITE_DIR#search/index.php"
),
false <-- вот этот
);
?>
Answer the question
In order to leave comments, you need to log in
The parent component is passed in this call parameter if this component is nested in its template. Required for correct caching. It's in the documentation.
https://dev.1c-bitrix.ru/api_help/main/reference/c...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question