plugin.php 343 B

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