1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00
kanboard_ynh/sources/app/Template/user/external.php
2016-03-07 23:38:10 +01:00

11 lines
320 B
PHP

<div class="page-header">
<h2><?= t('External authentications') ?></h2>
</div>
<?php $html = $this->hook->render('template:user:external', array('user' => $user)) ?>
<?php if (empty($html)): ?>
<p class="alert"><?= t('No external authentication enabled.') ?></p>
<?php else: ?>
<?= $html ?>
<?php endif ?>