uisi.ru/bitrix/templates/help.php
Tychinkin Sergey 1aedb0f3c1 Добавил в git шаблоны с сайта
путь uisi.ru/bitrix/templates
2020-01-30 15:25:01 +05:00

7 lines
183 B
PHP

<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
?>
<?
$APPLICATION->IncludeFile("forum/forum_tmpl_1/help.php");
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");
?>