1234567891011121314151617181920212223 |
- <?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'] = ['template.tpl'];
|