1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
prolog_admin_mobile.php
См. документацию.
1<?
2require_once($_SERVER["DOCUMENT_ROOT"] . '/bitrix/modules/mobileapp/include/defines.php');
3require($_SERVER["DOCUMENT_ROOT"] . '/bitrix/modules/main/include/prolog_admin_before.php');
4
5if (!CModule::IncludeModule('mobileapp')) die("Module mobileapp not installed");
6
8 "MENU_FILE" => MOBILE_APP_MENU_FILE,
10 "MOBILE_APP_INDEX_PAGE" => MOBILE_APP_ADMIN_PATH
11 ));
12
13$APPLICATION->IncludeComponent("bitrix:mobileapp.auth","",Array(
14 "START_PAGE" => $startPage,
15 "MENU_PAGE" => MOBILE_APP_ADMIN_PATH."/left.php"
16),false, Array("HIDE_ICONS" => "Y"));
17
18ob_start();
19?>
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