Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/components/bitrix/system.field.view/templates/.default/
Upload File :
Current File : /var/www/homesaver/www/bitrix/components/bitrix/system.field.view/templates/.default/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;

	if ($arParams['arUserField']['PROPERTY_VALUE_LINK'] <> '')
		$res = '<a href="'.str_replace('#VALUE#', urlencode($res), $arParams['arUserField']['PROPERTY_VALUE_LINK']).'">'.$res.'</a>';

?><span class="fields"><?=$res?></span><?
endforeach;?>