index.php 783 B

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