Answer the question
In order to leave comments, you need to log in
What is called after component_epilog.php in Bitrix components?
Hello.
I can not find where the title page title is redefined.
In the catalog.section component in the component_epilog.php file, I set the title I need:
$APPLICATION->SetPageProperty("title", $myTitle);
But somewhere below it is overridden and gives a different one.
At the end of component_epilog.php I stop the execution of php die();
and the correct title is displayed (it means it is redefined below)
I even look. In section.php, after calling catalog.section, I stop php again die();
, but the title is no longer correct.
In catalog.section I change my template to default, but the title is still not correct.
Where can an incorrect title be set?
It turns out it is redefined somewhere between
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question