course_index.php 273 B

123456789101112
  1. <?php
  2. /**
  3. * This script is included by the course_home.php script (indirectly) and is
  4. * used to show the link to the plugin from inside the course's tools list.
  5. *
  6. * @package chamilo.plugin.bigbluebutton
  7. */
  8. /**
  9. * Display course tool title.
  10. */
  11. echo "Videoconference";