7 lines
189 B
PHP
7 lines
189 B
PHP
<?
|
|
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
|
|
?>
|
|
<?$APPLICATION->IncludeFile("forum/forum_tmpl_1/index.php"); ?>
|
|
<?
|
|
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");
|
|
?>
|