plugin.php 993 B

1234567891011121314151617181920212223242526272829303132
  1. <?php
  2. /**
  3. * This script is a configuration file for the date plugin. You can use it as a master for other platform plugins (course plugins are slightly different).
  4. * These settings will be used in the administration interface for plugins (Chamilo configuration settings->Plugins).
  5. *
  6. * @package chamilo.plugin
  7. *
  8. * @author Julio Montoya <gugli100@gmail.com>
  9. */
  10. /**
  11. * Plugin details (must be present).
  12. */
  13. /* Plugin config */
  14. //the plugin title
  15. $plugin_info['title'] = 'Follow icons';
  16. //the comments that go with the plugin
  17. $plugin_info['comment'] = "Add social icons (implemented using addthis.com)";
  18. //the plugin version
  19. $plugin_info['version'] = '1.0';
  20. //the plugin author
  21. $plugin_info['author'] = 'Julio Montoya';
  22. $plugin_info['templates'] = ['template.tpl'];
  23. //For bigger icons change this value to addthis_32x32_style
  24. $plugin_info['icon_class'] = '';
  25. //To use vertical alignment change this value to
  26. $plugin_info['position'] = 'addthis_default_style'; //addthis_vertical_style