Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/components/bitrix/system.field.view/templates/boolean/
Upload File :
Current File : /var/www/homesaver/www/bitrix/components/bitrix/system.field.view/templates/boolean/template.php

<?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();
$first = true;
foreach ($arResult["VALUE"] as $res):
	if (!$first):
		?><span class="fields separator"></span><?
	else:
		$first = false;	
	endif;

?><span class="fields boolean"><?=($res? GetMessage("MAIN_YES"):GetMessage("MAIN_NO"))?></span><?
endforeach;?>