index.php 354 B

1234567891011121314
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. $plugin = WhispeakAuthPlugin::create();
  4. if ($plugin->toolIsEnabled()) {
  5. echo Display::toolbarButton(
  6. $plugin->get_lang('SpeechAuthentication'),
  7. api_get_path(WEB_PLUGIN_PATH).'whispeakauth/authentify.php',
  8. 'sign-in',
  9. 'info',
  10. ['class' => 'btn-block']
  11. );
  12. }