示例#1
0
 static function displayTabContentForItem($item, $tabnum = 1, $withtemplate = 0)
 {
     if (in_array($item->getType(), rackview_get_supported_types())) {
         PluginRackviewRack::rackview_data($item, $item->getId(), $withtemplate);
     }
 }