X-Git-Url: https://git.p6c8.net/jirafeau/pcanterino.git/blobdiff_plain/9a9c9a8bf83241c193c5bef6361d41893e72dfd3..cf30a766d80fef8a00747f080063ab4d6a2f65fa:/lib/template/footer.php diff --git a/lib/template/footer.php b/lib/template/footer.php index 5bc158f..c2cc175 100644 --- a/lib/template/footer.php +++ b/lib/template/footer.php @@ -1,17 +1,23 @@ -
' . t('Jirafeau Project') . '' . - ' (AGPL-3.0)'; + echo t('MADE_WITH') . + ' ' . t('JI_PROJECT') . '' . + ' (AGPL-3.0)'; ?> - + ' . t('Terms of Service') . ''; + if (false === empty($cfg['installation_done'])) { + if(false === empty($cfg['organisation'])) { + echo ' | '; + echo ' ' . t('DESIGNED') . ' ' . $cfg['organisation']; + } + + if (isset($cfg['enable_tos']) && $cfg['enable_tos']) { + echo ' | '; + echo '' . t('TOS') . ''; + } } ?>