1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
ps_b24_final.php
См. документацию.
1<?php
2
4
5if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true)
6 die();
7
8Loc::loadMessages(__FILE__);
9
11$APPLICATION->SetTitle(Loc::getMessage('SALE_RESULT_MESSAGE_TITLE'));
12
13
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
22echo "<div align='center'><h1>".$text."</h1></div>";
global $APPLICATION
Определения include.php:80
if(!Loader::includeModule('catalog')) if(!AccessController::getCurrent() ->check(ActionDictionary::ACTION_PRICE_EDIT)) if(!check_bitrix_sessid()) $request
Определения catalog_reindex.php:36
static getInstance()
Определения application.php:98
$context
Определения csv_new_setup.php:223
$instance
Определения ps_b24_final.php:14
die
Определения quickway.php:367
$text
Определения template_pdf.php:79
$action
Определения file_dialog.php:21