config.php 556 B

12345678910111213141516
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. /**
  4. * Config the plugin
  5. * @author Angel Fernando Quiroz Campos <angel.quiroz@beeznest.com>
  6. * @package chamilo.plugin.tour
  7. */
  8. //require_once '../../main/inc/global.inc.php';
  9. define('TABLE_TOUR_LOG', 'plugin_tour_log');
  10. require_once api_get_path(SYS_PATH).'main/inc/global.inc.php';
  11. require_once api_get_path(LIBRARY_PATH).'plugin.class.php';
  12. require_once api_get_path(SYS_PLUGIN_PATH).'tour/src/tour_plugin.class.php';
  13. // Edit the config/tour.json file to add more pages or more elements to the guide