Skip to content

Instantly share code, notes, and snippets.

@nook-ru
Created February 19, 2016 11:21
Show Gist options
  • Save nook-ru/1263fb558fc392674abe to your computer and use it in GitHub Desktop.
Save nook-ru/1263fb558fc392674abe to your computer and use it in GitHub Desktop.
Bitrix (d7) is admin section

Административная часть сайта

Назначение

Метод используется для идентификации административного раздела сайта /bitrix/admin/. Возвращает true если в этом разделе, и false в остальных случаях

Ссылки по теме

Bxapi.ru

<?php
use \Bitrix\Main\Context;
Context::getCurrent()->getRequest()->isAdminSection();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment