U
U
uprocket2017-04-03 20:22:27
1C-Bitrix
uprocket, 2017-04-03 20:22:27

How to add include areas in Bitrix?

https://dev.1c-bitrix.ru/learning/course/index.php...

Placement of the included area
The number of included areas can be changed. This will require some modification of the site template (for example, adding components or php code to the template design to connect additional editable areas), which requires a certain qualification. Therefore, if you need to set additional include scopes, contact your site administrator or the site developers.

What should be modified in the template to add an additional include area? Because it is on the side:
d42d5616a8634e6abfa058b9971490c7.png
And at the bottom right after the content is not there, it is only in the basement.
32dd6f9188d445b594fc9aeba2576828.png
What and where to add so that immediately after the content there is another possibility to insert?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
I'm Yoda, 2017-04-04
@uprocket

in the right place use:

$APPLICATION->IncludeComponent("bitrix:main.include", ".default", array(
                            "AREA_FILE_SHOW" => "file",
                            "PATH" => SITE_DIR . "здесь путь к файлу",
                            "EDIT_TEMPLATE" => ""
                                ), false
   );

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question