Files
2019-10-13 18:38:03 +02:00

6 lines
261 B
HTML

<?php if (!empty($auth_url)): ?>
<p>
<?= e(trans('nicost.gcalendar::lang.settings.gaccess.text')) ?><br>
<a href="<?= $auth_url ?>" target="_blank"><?= e(trans('nicost.gcalendar::lang.settings.gaccess.button')) ?></a>
</p>
<?php endif ?>