Blame view
pub/site/index.php
315 Bytes
2fe1e5ce8 Первый коммит на ... |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
<?php define('BX_PULL_SKIP_INIT', true); require($_SERVER['DOCUMENT_ROOT'] . '/bitrix/header.php'); $APPLICATION->IncludeComponent( 'bitrix:landing.pub', '', array( 'HTTP_HOST' => $_SERVER['HTTP_HOST'] ), null, array( 'HIDE_ICONS' => 'Y' ) ); require($_SERVER['DOCUMENT_ROOT'] . '/bitrix/footer.php'); |