X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/96707e02b8b24054e0827eaf169cc88504a1e78c..4aa503f3fb44503b2f6fbe6abdfeaf71411e7e55:/lib/template/footer.php diff --git a/lib/template/footer.php b/lib/template/footer.php index 5bc158f..efe238f 100644 --- a/lib/template/footer.php +++ b/lib/template/footer.php @@ -1,17 +1,16 @@ -
' . 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'])) { + echo ' | '; + echo '' . t('TOS') . ''; } ?>