Answer the question
In order to leave comments, you need to log in
How to create an include area on a Bitrix page?
I created this page in the /contacts/ folder at the root of the site.
It is necessary that it be possible through the editing mode directly on the page to switch through the included area to the editing mode in a pop-up window. What parameter should be added?
<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetPageProperty("title", "Контакты");
$APPLICATION->SetTitle("Контакты");
?>
<p>123</p>
<?php
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");
?>
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