plugin.php 521 B

1234567891011121314151617
  1. <?php
  2. /* For license terms, see /license.txt */
  3. /**
  4. * This script is a configuration file for the date plugin.
  5. * You can use it as a master for other platform plugins (course plugins are slightly different).
  6. * These settings will be used in the administration interface for plugins (Chamilo configuration settings->Plugins).
  7. *
  8. * @package chamilo.plugin.notebookteacher
  9. */
  10. /**
  11. * Plugin details (must be present).
  12. */
  13. require_once __DIR__.'/config.php';
  14. $plugin_info = NotebookTeacherPlugin::create()->get_info();