| Current Path : /var/www/homesaver/www/bitrix/components/bitrix/currency.field.money/templates/.default/ |
| Current File : /var/www/homesaver/www/bitrix/components/bitrix/currency.field.money/templates/.default/mobile.php |
<?php
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
{
die();
}
/** @var array $arResult */
$isFirst = true;
foreach ($arResult['value'] as $value)
{
if (!$isFirst)
{
print '<br>';
}
$isFirst = false;
print (!empty($value) ? $value : '');
}