1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
prolog_admin_mobile_before.php
См. документацию.
1<?
2
3require_once($_SERVER["DOCUMENT_ROOT"] . '/bitrix/modules/mobileapp/include/defines.php');
4require($_SERVER["DOCUMENT_ROOT"] . '/bitrix/modules/main/include/prolog_admin_before.php');
5
6if (!CModule::IncludeModule('mobileapp')) die("Module mobileapp not installed");
7
9 "MENU_FILE" => MOBILE_APP_MENU_FILE,
11 "MOBILE_APP_INDEX_PAGE" => MOBILE_APP_ADMIN_PATH
12 ));
13
14$APPLICATION->IncludeComponent("bitrix:mobileapp.auth","",Array(
15 "START_PAGE" => $startPage,
16 "MENU_PAGE" => MOBILE_APP_ADMIN_PATH."/left.php"
17),false, Array("HIDE_ICONS" => "Y"));
18
19ob_start();
20?>
global $APPLICATION
Определения include.php:80
static getDefaultUrl($arParams)
Определения interface.php:46
const MOBILE_APP_BUILD_MENU_EVENT_NAME
Определения defines.php:5
const MOBILE_APP_MENU_FILE
Определения defines.php:4
const MOBILE_APP_ADMIN_PATH
Определения defines.php:3
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$_SERVER["DOCUMENT_ROOT"]
Определения cron_frame.php:9
$startPage
Определения prolog_admin_mobile.php:7
die
Определения quickway.php:367