plugin.php 699 B

12345678910111213141516171819202122
  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. *
  7. * @package chamilo.plugin
  8. *
  9. * @author Julio Montoya <gugli100@gmail.com>
  10. */
  11. /* Plugin config */
  12. // The plugin title.
  13. $plugin_info['title'] = 'Share this page';
  14. // The comments that go with the plugin.
  15. $plugin_info['comment'] = "Show social icons to share a page using addthis.com";
  16. // The plugin version.
  17. $plugin_info['version'] = '1.0';
  18. // The plugin author.
  19. $plugin_info['author'] = 'Julio Montoya';
  20. // For bigger icons change this value to addthis_32x32_style
  21. $plugin_info['icon_class'] = '';