Example #1
0
 function getTabNameForItem(CommonGLPI $item, $withtemplate = 0)
 {
     if ($item->getType() == 'Profile') {
         if (plugin_vip_haveRight()) {
             return "Vip";
         }
     }
     return '';
 }
Example #2
0
 static function canView()
 {
     return plugin_vip_haveRight('config', 'r');
 }