plugin.php 279 B

12345678910111213
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. /**
  4. * Show google maps.
  5. *
  6. * @author José Loguercio Silva <jose.loguercio@beeznest.com>
  7. *
  8. * @package chamilo.plugin.google_maps
  9. */
  10. require_once __DIR__.'/config.php';
  11. $plugin_info = GoogleMapsPlugin::create()->get_info();