1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
measurements.php
См. документацию.
1<?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();?><?
2/*
3MEASUREMENTS TABLE
4
5U can customize it by copying to php_interface and changing what ya want. Don't forget about lang files.
6Path to this file is taken from the module setting 'measurement_path'.
7
8NAMEs're customizing in a lang file.
9CATEGORIES (ex): "W"eight, "L"inear, "V"olume, "S"quare, etc...
10KOEF - to gram
11*/
12
13IncludeModuleLangFile(__FILE__);
14
16 "MG" => array(
17 "NAME" => GetMessage("MEASURE_MG"),
18 "CATEGORY" => "W",
19 "KOEF" => 0.001,
20 ),
21
22 "G" => array(
23 "NAME" => GetMessage("MEASURE_G"),
24 "CATEGORY" => "W",
25 "KOEF" => 1,
26 ),
27
28 "KG" => array(
29 "NAME" => GetMessage("MEASURE_KG"),
30 "CATEGORY" => "W",
31 "KOEF" => 1000,
32 ),
33
34 "T" => array(
35 "NAME" => GetMessage("MEASURE_T"),
36 "CATEGORY" => "W",
37 "KOEF" => 1000000,
38 ),
39
40 "LBS" => array(
41 "NAME" => GetMessage("MEASURE_LBS"),
42 "CATEGORY" => "W",
43 "KOEF" => 453.59,
44 ),
45
46 "OZ" => array(
47 "NAME" => GetMessage("MEASURE_OZ"),
48 "CATEGORY" => "W",
49 "KOEF" => 28.35,
50 ),
51);
52?>
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
IncludeModuleLangFile($filepath, $lang=false, $bReturnArray=false)
Определения tools.php:3778
GetMessage($name, $aReplace=null)
Определения tools.php:3397
$arMeasurementsTable
Определения measurements.php:15
die
Определения quickway.php:367