1234567891011121314151617181920 |
- <?php
- $plugin_info['title'] = 'Show regions';
- $plugin_info['comment'] = "This is useful when trying to find the Chamilo regions, (<strong>only the admin </strong>can view this plugin). You have to activate all the items in the Regions area";
- $plugin_info['version'] = '1.0';
- $plugin_info['author'] = 'Julio Montoya';
|