index.php 616 B

1234567891011121314151617
  1. <?php
  2. /**
  3. * Controller for example date plugin
  4. * @package chamilo.plugin.share_buttons
  5. */
  6. echo '<div class="well">
  7. <!-- AddThis Button BEGIN -->
  8. <div class="addthis_toolbox addthis_default_style '.$plugin_info['icon_class'].' ">
  9. <a class="addthis_button_preferred_2"></a>
  10. <a class="addthis_button_preferred_3"></a>
  11. <a class="addthis_button_preferred_4"></a>
  12. <a class="addthis_button_compact"></a>
  13. <a class="addthis_counter addthis_bubble_style"></a>
  14. </div>
  15. <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4f69d6f847541385"></script>
  16. <!-- AddThis Button END -->
  17. </div>';