plugin.php 352 B

123456789101112131415
  1. <?php
  2. /**
  3. *
  4. * @see http://www.google.com/uds/solutions/dynamicfeed/index.html
  5. *
  6. * @copyright (c) 2011 University of Geneva
  7. * @license GNU General Public License - http://www.gnu.org/copyleft/gpl.html
  8. * @author Laurent Opprecht
  9. */
  10. require_once __DIR__.'/lib/rss_plugin.class.php';
  11. $plugin_info = RssPlugin::create()->get_info();