CheckLogin("read") && $this->CheckConfig($arCallFunction, $arCallArgs) ) {
?>
name; ?>
name; ?>.
address."
";
echo $data->zipcode." ".$data->city."
";
$this->get("/system/addressbook/countries/".$this->data->country,"show.name.phtml");
echo "
";
echo $data->telephone."
";
echo $data->mobile."
";
while (is_array($data->emails) && (list($key,$email)=each($data->emails))) {
echo "$email
";
}
?>