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