index.php 197 B

1234567891011
  1. <?php
  2. /* See license terms in /license.txt */
  3. /**
  4. * @package chamilo.plugin.text
  5. */
  6. if (!empty($plugin_info['settings']['text_content'])) {
  7. echo $plugin_info['settings']['text_content'];
  8. }