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