1234567891011121314151617 |
- <?php
- $plugin_info['title']='AppShare';
- $plugin_info['comment']="This plugin allows the student to visualize the screen of his teacher.";
- $plugin_info['location']=array('mycourses_main');
- $plugin_info['version']='0.1';
- $plugin_info['author']='Patrick Vandermaesen';
- $plugin_info['email']='pvandermaesen@noctis.be';
- ?>
|