1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
.mobile_menu.php
См. документацию.
1<?
2if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true)
3{
4 die();
5}
6
7IncludeModuleLangFile($_SERVER["DOCUMENT_ROOT"] . "/bitrix/modules/mobileapp/public/.mobile_menu.php");
8
10 array(
11 "type" => "section",
12 "text" => GetMessage("MOBILE_MENU_HEADER"),
13 "sort" => "100",
14 "items" => array(
15 array(
16 "text" => GetMessage("MOBILE_MENU_MAIN"),
17 "data-url" => SITE_DIR . "#folder#/index.php",
18 "class" => "menu-item",
19 "id" => "main",
20
21 ),
22 array(
23 "text" => GetMessage("MOBILE_MENU_ITEM", array("#number#" => 1)),
24 "data-url" => SITE_DIR . "#folder#/index.php",
25 "class" => "menu-item",
26 "id" => "point1",
27
28 ),
29 array(
30 "text" => GetMessage("MOBILE_MENU_ITEM", array("#number#" => 2)),
31 "data-url" => SITE_DIR . "#folder#/index.php",
32 "class" => "menu-item",
33 "id" => "point2",
34
35 ),
36 array(
37 "text" => GetMessage("MOBILE_MENU_ITEM", array("#number#" => 3)),
38 "data-url" => SITE_DIR . "#folder#/index.php",
39 "class" => "menu-item",
40 "id" => "point3",
41
42 ),
43 array(
44 "text" => GetMessage("MOBILE_MENU_ABOUT"),
45 "data-url" => SITE_DIR . "#folder#/index.php",
46 "class" => "menu-item",
47 "id" => "point4",
48
49 )
50 )
51 )
52);
53?>
$arMobileMenuItems
Определения .eshopapp_menu.php:5
</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
const SITE_DIR(!defined('LANG'))
Определения include.php:72
IncludeModuleLangFile($filepath, $lang=false, $bReturnArray=false)
Определения tools.php:3778
GetMessage($name, $aReplace=null)
Определения tools.php:3397
die
Определения quickway.php:367