public/plugin/tour/plugin.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>
*/
require_once __DIR__.'/config.php';
$plugin_info = Tour::create()->get_info();
$plugin_info['templates'] = ['views/script.tpl'];