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

8 lines
291 B
PHP

<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");?>
<?$APPLICATION->IncludeFile("forum/forum_tmpl_1/active.php", array(
"TOP" => 1000,
"PAGE_ELEMENTS" => 50,
));?>
<br>
<?$APPLICATION->ShowBanner("ARTICLE_BOTTOM");?>
<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>