plugin.php 355 B

123456789101112
  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 dirname(__FILE__) . '/lib/static_plugin.class.php';
  9. $plugin_info = StaticPlugin::create()->get_info();