Skip to content

Instantly share code, notes, and snippets.

@d1i1m1o1n
Created November 23, 2015 14:34
Show Gist options
  • Save d1i1m1o1n/2484c1039dad3af22af6 to your computer and use it in GitHub Desktop.
Save d1i1m1o1n/2484c1039dad3af22af6 to your computer and use it in GitHub Desktop.
Bitrix. Page without header and footer
<?php
define('NO_AGENT_CHECK', true);
define("STOP_STATISTICS", true);
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/include/prolog_before.php");
//ajax
/*if (!isset($_SERVER['HTTP_X_REQUESTED_WITH']) || empty($_SERVER['HTTP_X_REQUESTED_WITH'])
|| strtolower($_SERVER['HTTP_X_REQUESTED_WITH']) != 'xmlhttprequest') return;*/
//Code here
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/include/epilog_after.php");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment