index.php 199 Bytes
<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("Title");
?>
<?
//$GLOBALS['USER']->Authorize(2);

?>

<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>