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

8 lines
213 B
PHP

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