'spr__tab-toc', 'label' => $lang['toc'], 'tab' => $toc, 'count' => null, ); } /** @var helper_plugin_tagging $tags */ $tags = plugin_load('helper', 'tagging'); if($tags) { $tabs[] = array( 'id' => 'spr__tab-tags', 'label' => tpl_getLang('tab_tags'), 'tab' => $tags->tpl_tags(false), 'count' => null, // FIXME ); } // fixme add magicmatcher info ?>