Our Team

$id = $staff[$staff_id]['id']; $Name = $staff[$staff_id]['name']; $name = strtolower($staff[$staff_id]['name']); $group = $staff[$staff_id]['group']; $Group = ucfirst($group); $job = $staff[$staff_id]['job']; $intro = $staff[$staff_id]['intro']; $message = $staff[$staff_id]['message']; $href_tw = ($staff[$staff_id]['twitter']!=null?" ":null); $href_fb = ($staff[$staff_id]['facebook']!=null?" ":null); $href_gp = ($staff[$staff_id]['googleplus']!=null?" ":null); $href_in = ($staff[$staff_id]['linkedin']!=null?" ":null); if($href_tw || $href_fb || $href_gp || $href_in) $href = implode('',array($href_tw, $href_fb, $href_gp, $href_in)); else $href = null; $links = null; if (isset($staff[$staff_id]['links']) && is_array($staff[$staff_id]['links'])){ $regex = '/(?".rtrim(preg_replace($regex, '', $l),"/").""; $links = implode(" | ",$links); } ?>