From: Patrick Canterino Date: Mon, 25 Nov 2024 16:24:07 +0000 (+0100) Subject: Fixed footer ("designed by") X-Git-Tag: 4.6.1~4 X-Git-Url: https://git.p6c8.net/jirafeau_project.git/commitdiff_plain/e1740d86dfd1ee8c5bc02321984e6666bc71266f?ds=inline Fixed footer ("designed by") --- diff --git a/lib/template/footer.php b/lib/template/footer.php index 637ce42..64132c7 100644 --- a/lib/template/footer.php +++ b/lib/template/footer.php @@ -4,14 +4,18 @@ ' . t('JI_PROJECT') . '' . - '

' . t('DESIGNED') . ' ' . $cfg['contactperson'] . '

' . ' (AGPL-3.0)'; ?> | '; + echo ' ' . t('DESIGNED') . ' ' . $cfg['organisation']; + } + echo ' | '; - echo '' . t('TOS') . ''; + echo '' . t('TOS') . ''; } ?>