= $f_AdminCommon; ?>
" . $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_description}
";
}
} elseif ($f_ContactType === 'Телефон') {
if ($cc_settings['showAs'] === 'icon') {
$html_return = "{$html_icon}";
} else {
$html_return = "{$html_icon}{$html_description}
";
}
} elseif ($f_ContactType === 'Адрес') {
if ($cc_settings['showAs'] === 'icon') {
$html_return = "{$html_icon}";
} else {
$html_return = "{$html_icon}{$html_description}
";
}
} elseif ($f_ContactType === 'Ссылка') {
if ($cc_settings['showAs'] === 'icon') {
$html_return = "{$html_icon}";
} else {
$html_return = "{$html_icon}{$html_description}
";
}
} else {
$html_return = "{$html_icon}{$html_description}
";
}
?>
= $f_AdminButtons; ?>
"= $styles; ?>>= $html_return; ?>
$recNum): ?>
= nc_browse_messages($cc_env, 10); ?>