コード例 #1
0
ファイル: profile.class.php プロジェクト: Blank-Vcf/Treeview
 function getTabNameForItem(CommonGLPI $item, $withtemplate = 0)
 {
     if ($item->getType() == 'Profile' && $item->getField('interface') != 'helpdesk') {
         return PluginTreeviewProfile::getTypeName(2);
     }
     return '';
 }