plugin.php 706 B

1234567891011121314151617181920
  1. <?php
  2. /**
  3. * This script is a configuration file for the add_this plugin.
  4. * These settings will be used in the administration interface for plugins
  5. * (Chamilo configuration settings->Plugins)
  6. * @package chamilo.plugin
  7. * @author Julio Montoya <gugli100@gmail.com>
  8. */
  9. /* Plugin config */
  10. //the plugin title
  11. $plugin_info['title'] = 'Share this page';
  12. //the comments that go with the plugin
  13. $plugin_info['comment'] = "Show social icons to share a page using addthis.com";
  14. //the plugin version
  15. $plugin_info['version'] = '1.0';
  16. //the plugin author
  17. $plugin_info['author'] = 'Julio Montoya';
  18. //For bigger icons change this value to addthis_32x32_style
  19. $plugin_info['icon_class'] = '';