Files
Chamilo/plugin/tour/plugin.php
2025-08-14 22:39:38 +02:00

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'];