This commit is contained in:
root
2025-11-13 19:04:05 +03:00
commit 240d0aba5f
75129 changed files with 11118122 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
<?
$sSectionName="img";
?>

View File

@@ -0,0 +1,8 @@
<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("Title");
?>
Text here....
<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>