1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
.description.php
См. документацию.
1<?if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true) die();?><?
3// Модуль Z-PAYMENT для 1C-Bitrix //
5// Z-PAYMENT, система приема и обработки платежей //
6// All rights reserved © 2002-2007, TRANSACTOR LLC //
8
9include(GetLangFileName(dirname(__FILE__)."/", "/z_payment.php"));
10
11$psTitle = GetMessage("SWMWP_DTITLE");
12$psDescription = GetMessage("SWMWP_DDESCR");
13$ps_zpidsd = GetMessage("SWMWP_ZPIDSD");
14$ps_zpids = GetMessage("SWMWP_ZPIDS");
15$ps_zpscd = GetMessage("SWMWP_ZPSCD");
16$ps_zpsc = GetMessage("SWMWP_ZPSC");
17$ps_zprurd = GetMessage("SWMWP_ZPRURD");
18$ps_zprur = GetMessage("SWMWP_ZPRUR");
19
21 "ZP_SHOP_ID" => array(
22 "NAME" => $ps_zpidsd,
23 "DESCR" => $ps_zpids,
24 "VALUE" => "",
25 "TYPE" => ""
26 ),
27 "ZP_MERCHANT_KEY" => array(
28 "NAME" => $ps_zpscd,
29 "DESCR" => $ps_zpsc,
30 "VALUE" => "",
31 "TYPE" => ""
32 ),
33 "ZP_CODE_RUR" => array(
34 "NAME" => $ps_zprurd,
35 "DESCR" => $ps_zprur,
36 "VALUE" => "",
37 "TYPE" => ""
38 )
39 );
40?>
$psDescription
Определения .description.php:7
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
GetMessage($name, $aReplace=null)
Определения tools.php:3397
GetLangFileName($before, $after, $lang=false)
Определения tools.php:3428
$arPSCorrespondence
Определения .description.php:6
$psTitle
Определения .description.php:3
die
Определения quickway.php:367
$ps_zpsc
Определения .description.php:16
$ps_zprurd
Определения .description.php:17
$ps_zpidsd
Определения .description.php:13
$ps_zpscd
Определения .description.php:15
$ps_zpids
Определения .description.php:14
$ps_zprur
Определения .description.php:18