X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/5aa1e87de607c31282dec602978624de9e636cba..HEAD:/lib/template/footer.php diff --git a/lib/template/footer.php b/lib/template/footer.php index efe238f..64132c7 100644 --- a/lib/template/footer.php +++ b/lib/template/footer.php @@ -9,8 +9,13 @@ <!-- Installation dependent links --> <?php if (false === empty($cfg['installation_done'])) { + if(false === empty($cfg['organisation'])) { + echo ' <span>|</span> '; + echo ' ' . t('DESIGNED') . ' ' . $cfg['organisation']; + } + echo ' <span>|</span> '; - echo '<a href="tos.php" target="_blank" rel="noopener noreferrer">' . t('TOS') . '</a>'; + echo '<a href="tos.php" target="_blank" rel="nooener noreferrer">' . t('TOS') . '</a>'; } ?> </p>