index.php 245 Bytes
<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("Сотрудники компании");
?>
<?$APPLICATION->IncludeComponent('cpeople:people', '')?>
<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>