plugin.php 289 B

123456789
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. /**
  4. * @author Angel Fernando Quiroz Campos <angel.quiroz@beeznest.com>
  5. * @package chamilo.plugin.azure_active_directory
  6. */
  7. $plugin_info = AzureActiveDirectory::create()->get_info();
  8. $plugin_info['templates'] = array('view/block.tpl');