6 lines
261 B
HTML
Executable File
6 lines
261 B
HTML
Executable File
<?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 ?> |