plugin.php 345 B

123456789101112131415
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. /**
  4. * Show the JavaScript template in the web pages.
  5. *
  6. * @author Angel Fernando Quiroz Campos <angel.quiroz@beeznest.com>
  7. *
  8. * @package chamilo.plugin.tour
  9. */
  10. require_once __DIR__.'/config.php';
  11. $plugin_info = Tour::create()->get_info();
  12. $plugin_info['templates'] = ['views/script.tpl'];