123456789101112131415161718192021 |
- <?php
- $plugin_info['title'] = 'Show user information';
- $plugin_info['comment'] = "Shows a welcome message, (this is an example to uses the template system: Twig)";
- $plugin_info['version'] = '1.0';
- $plugin_info['author'] = 'Julio Montoya';
- $plugin_info['templates'] = array('template.tpl');
|