plugin.php 287 B

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