1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
header.php
См. документацию.
1<? define("NOT_CHECK_FILE_PERMISSIONS", true); ?>
2<?if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true)
3{
4 die();
5}
6
7//mobile init
8if (!CModule::IncludeModule("mobileapp"))
9{
10 die();
11}
13?>
14<!DOCTYPE html >
15<html class="<?= CMobile::$platform; ?>">
16<head>
17 <? $APPLICATION->AddHeadScript(SITE_TEMPLATE_PATH . "/script.js"); ?>
18 <? $APPLICATION->ShowHead(); ?>
19
20 <meta http-equiv="Content-Type" content="text/html;charset=<?= SITE_CHARSET ?>"/>
21 <meta name="format-detection" content="telephone=no">
22</head>
23<body><? //$APPLICATION->ShowPanel();?>
24<script>
25 app.pullDown({
26 enable: true,
27 callback: function ()
28 {
29 document.location.reload();
30 },
31 downtext: "<?=GetMessage("MB_PULLDOWN_DOWN")?>",
32 pulltext: "<?=GetMessage("MB_PULLDOWN_PULL")?>",
33 loadtext: "<?=GetMessage("MB_PULLDOWN_LOADING")?>"
34 });
35</script>
global $APPLICATION
Определения include.php:80
static Init()
Определения mobile.php:199
<? if( $useEditor3):?>< tr class="heading">< td colspan="2"><? echo GetMessage("FILEMAN_OPTION_SPELL_SET");?></td ></tr ><? if(function_exists( 'pspell_config_create')):$use_pspell_checked=(COption::GetOptionString( $module_id, "use_pspell", "Y")=="Y") ? "checked" :"";?>< tr >< td valign="top">< label for="use_pspell"><?echo GetMessage("FILEMAN_OPTION_USE_PSPELL");?></label >< br >< a title="<?echo GetMessage("FILEMAN_OPTION_ADDISH_DICS_TITLE");?> http
Определения options.php:1473
die
Определения quickway.php:367
case callback
Определения wrapper_popup.php:31