Skip to content

Instantly share code, notes, and snippets.

@EvilWolf
Created January 24, 2017 09:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EvilWolf/655d6949da920cf37099d50503b9f720 to your computer and use it in GitHub Desktop.
Save EvilWolf/655d6949da920cf37099d50503b9f720 to your computer and use it in GitHub Desktop.
Страница без подключения визуальной части 1С-Битрикс. Другими словами доступен API, но не подключается шаблон
<?php
require($_SERVER["DOCUMENT_ROOT"] . "/bitrix/modules/main/include/prolog_before.php");
/* Тут твой любой код */
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