Minor update for AddThis plugin - refs #4598

skala
Yannick Warnier 14 years ago
parent b6172ebe78
commit 2f44e6df3e
  1. 10
      plugin/share_buttons/plugin.php

@ -1,14 +1,11 @@
<?php <?php
/** /**
* 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). * This script is a configuration file for the add_this plugin.
* These settings will be used in the administration interface for plugins (Chamilo configuration settings->Plugins) * These settings will be used in the administration interface for plugins
* (Chamilo configuration settings->Plugins)
* @package chamilo.plugin * @package chamilo.plugin
* @author Julio Montoya <gugli100@gmail.com> * @author Julio Montoya <gugli100@gmail.com>
*/ */
/**
* Plugin details (must be present)
*/
/* Plugin config */ /* Plugin config */
//the plugin title //the plugin title
@ -19,6 +16,5 @@ $plugin_info['comment'] = "Show social icons to share a page using addthis.c
$plugin_info['version'] = '1.0'; $plugin_info['version'] = '1.0';
//the plugin author //the plugin author
$plugin_info['author'] = 'Julio Montoya'; $plugin_info['author'] = 'Julio Montoya';
//For bigger icons change this value to addthis_32x32_style //For bigger icons change this value to addthis_32x32_style
$plugin_info['icon_class'] = ''; $plugin_info['icon_class'] = '';

Loading…
Cancel
Save