to_array(), EXTR_PREFIX_ALL, "f"); } else { extract($fetch_row[$f_RowNum], EXTR_PREFIX_ALL, "f"); } foreach($iteration_RecordTemplate[$f_RowNum] as $value) { extract($value); } !isset($cc_env["convert2txt"]) ? $cc_env["convert2txt"] = null : null; eval($cc_env["convert2txt"]); ob_start(); /* Конец служебной части */?> " . $html_icon . ""; } if ($cc_settings['showAs'] === 'all' || $cc_settings['showAs'] === 'text') { if ($f_ContactType === 'Ссылка') { $html_text = str_replace(array("http://", "https://"), "", $f_Value); } else { $html_text = "{$f_Value}"; } } if ($f_Description) { $html_description = "" . $f_Description . ""; } if ($f_ContactType === 'Email') { if ($cc_settings['showAs'] === 'icon') { $html_return = "{$html_icon}"; } else { $html_return = "{$html_icon}
{$html_text}{$html_description}
"; } } elseif ($f_ContactType === 'Телефон') { if ($cc_settings['showAs'] === 'icon') { $html_return = "{$html_icon}"; } else { $html_return = "{$html_icon}
{$html_text}{$html_description}
"; } } elseif ($f_ContactType === 'Адрес') { if ($cc_settings['showAs'] === 'icon') { $html_return = "{$html_icon}"; } else { $html_return = "{$html_icon}
{$html_text}{$html_description}
"; } } elseif ($f_ContactType === 'Ссылка') { if ($cc_settings['showAs'] === 'icon') { $html_return = "{$html_icon}"; } else { $html_return = "{$html_icon}
{$html_text}{$html_description}
"; } } else { $html_return = "{$html_icon}
{$html_text}{$html_description}
"; } ?>
">