Добрый день
есть функция
function get_opt_value($element_id, $option_id)
{
$InformationSystem = new InformationSystem();
$row = $InformationSystem->GetInformationItemPropertyValue($element_id, $option_id);
$result = $row['information_propertys_items_value'];
return $result;
}
не подскажите какой шаблон она использует?