15 lines
345 B
PHP
15 lines
345 B
PHP
<?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'] = ['views/script.tpl'];
|