'; $html .= '
'; if (isset($options['avatar'])) { $html .= 'Pic'; } else { $html .= ''; $html .= $options['initials']['label']; $html .= ''; } // Online badge if (isset($options['badge'])) { $html .= $options['badge']; } $html .= '
'; $html .= ''; return $html; } }