fork download
  1. <?php //$id: $
  2. /**
  3.  * This script is a configuration file for the date plugin. You can use it as a master for other plugins.
  4.  * These settings will be used in the administration interface for plugins (Dokeos configuration settings->Plugins)
  5.  * @package dokeos.plugin
  6.  * @author Alexandre Gauvrit <gauvrit.alexandre@gmail.com>
  7.  */
  8. /**
  9.  * Plugin details (must be present)
  10.  */
  11. //the plugin title
  12. $plugin_info['title']='E-Lyco Connector';
  13. //the comments that go with the plugin
  14. $plugin_info['comment']="Connecteur E-Lyco";
  15. //the locations where this plugin can be shown
  16. $plugin_info['location']=array('loginpage_main', 'loginpage_menu', 'campushomepage_main', 'campushomepage_menu', 'mycourses_main', 'mycourses_menu', 'header', 'footer');
  17. //the plugin version
  18. $plugin_info['version']='0.2';
  19. //the plugin author
  20. $plugin_info['author']='Alexandre Gauvrit';
  21. ?>
  22.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty