get_baseurl() . '/profile/' . ((strlen($rr['nickname'])) ? $rr['nickname'] : $rr['profile_uid']); $o .= replace_macros($tpl,array( '$id' => $rr['id'], '$profile-link' => $profile_link, '$photo' => $rr['photo'], '$alt-text' => $rr['name'], '$name' => $rr['name'], '$details' => $details // FIXME )); } $o .= "
\r\n"; } else notice("No entries (some entries may be hidden)."); return $o; }