plugin.php 353 B

1234567891011
  1. <?php
  2. /**
  3. * @copyright (c) 2011 University of Geneva
  4. * @license GNU General Public License - http://www.gnu.org/copyleft/gpl.html
  5. * @author Laurent Opprecht
  6. */
  7. require_once api_get_path(LIBRARY_PATH).'plugin.class.php';
  8. require_once __DIR__.'/lib/search_course_plugin.class.php';
  9. $plugin_info = SearchCoursePlugin::create()->get_info();