'; foreach ($people as $p) $html .= sprintf('
  • %s
  • ', $p); $html .= ''; return $html; } /** */ function html_orgs_list($orgs) { $html = ''; return $html; }