/* * @deprecated */ public static function getClassAdmin($name = '') { if ($name != '') { return 'glyphicon glyphicon-' . $name; } return ''; }