index.php 734 B

123456789101112131415161718192021
  1. <?php
  2. /**
  3. * Controller for example date plugin.
  4. *
  5. * @package chamilo.plugin.sharethis
  6. */
  7. //Plugin settings
  8. $_template = null;
  9. //$_template['message'] = 'Follow us';
  10. $_template['facebook'] = 'chamilolms'; //http://www.facebook.com/your-profile
  11. $_template['twitter'] = 'chamilo_news'; //http://twitter.com/your-profile
  12. $_template['linkedin'] = 'chamilo_news'; //http://www.linkedin.com/in/your-profile
  13. $_template['googleplus'] = ''; //https://plus.google.com/your-profile
  14. $_template['youtube'] = ''; //http://www.youtube.com/user/your-profile
  15. $_template['flickr'] = ''; //http://www.flickr.com/photos/your-profile
  16. $_template['vimeo'] = ''; //http://www.vimeo.com/your-profile
  17. $_template['rss'] = 'http://www.chamilo.org/';