Plugins) * @package chamilo.plugin * @author Yannick Warnier */ /** * Plugin details (must be present) */ //the plugin title $plugin_info['title']='BigBlueButton'; //the comments that go with the plugin $plugin_info['comment']="Open Source Videoconference tool"; //the locations where this plugin can be shown $plugin_info['location']=array('course_tool_plugin'); //the plugin version $plugin_info['version']='0.9'; //the plugin author $plugin_info['author']='Yannick Warnier';