%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/bitrix/www/bitrix/components/bitrix/currency.rates/templates/.default/
Upload File :
Create Path :
Current File : //home/bitrix/www/bitrix/components/bitrix/currency.rates/templates/.default/template.php

<?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();?>
<table class="currency-list">
<?if ($arParams["SHOW_CB"] == "Y"):?>
	<tr>
		<td colspan="3"><b><?=GetMessage("CURRENCY_SITE")?></b></td>
	</tr>
<?endif;?>
<?foreach ($arResult["CURRENCY"] as $key => $arCurrency):?>
	<tr>
		<td><?=$arCurrency["FROM"]?></td>
		<td>=</td>
		<td><?=$arCurrency["BASE"]?></td>
	</tr>
<?endforeach?>
<?if (is_array($arResult["CURRENCY_CBRF"]) && $arParams["SHOW_CB"] == "Y"):?>
	<tr>
		<td colspan="3"><b><?=GetMessage("CURRENCY_CBRF")?></b></td>
	</tr>
	<?foreach ($arResult["CURRENCY_CBRF"] as $arCurrency):?>
	<tr>
		<td><?=$arCurrency["FROM"]?></td>
		<td>=</td>
		<td><?=$arCurrency["BASE"]?></td>
	</tr>
	<?endforeach?>
<?endif?>
</table>

Zerion Mini Shell 1.0