1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
ps_b24_final.php
См. документацию.
1
<?php
2
3
use
Bitrix\Main\Localization\Loc
;
4
5
if
(!defined(
"B_PROLOG_INCLUDED"
) || B_PROLOG_INCLUDED !==
true
)
6
die
();
7
8
Loc::loadMessages(__FILE__);
9
10
global
$APPLICATION
;
11
$APPLICATION
->SetTitle(Loc::getMessage(
'SALE_RESULT_MESSAGE_TITLE'
));
12
13
14
$instance
=
\Bitrix\Main\Application::getInstance
();
15
$context
=
$instance
->getContext();
16
$request
=
$context
->getRequest();
17
18
$action
=
$request
->get(
'action'
);
19
20
$text
= Loc::getMessage(
'SALE_RESULT_MESSAGE_'
.mb_strtoupper(
$action
));
21
22
echo
"<div align='center'><h1>"
.$text.
"</h1></div>"
;
$APPLICATION
global $APPLICATION
Определения
include.php:80
$request
if(!Loader::includeModule('catalog')) if(!AccessController::getCurrent() ->check(ActionDictionary::ACTION_PRICE_EDIT)) if(!check_bitrix_sessid()) $request
Определения
catalog_reindex.php:36
Bitrix\Main\Application\getInstance
static getInstance()
Определения
application.php:98
Bitrix\Main\Localization\Loc
Определения
loc.php:12
$context
$context
Определения
csv_new_setup.php:223
$instance
$instance
Определения
ps_b24_final.php:14
die
die
Определения
quickway.php:367
$text
$text
Определения
template_pdf.php:79
$action
$action
Определения
file_dialog.php:21
bitrix
modules
sale
tools
ps_b24_final.php
Создано системой
1.14.0