$info) { if ($profile = send_profile_load($name)) { if (method_exists('overview', $profile) && $ret = $profile->overview()) { $output .= '

'. $info['title'] .'

' . $ret; } } } return $output; }