X-Git-Url: https://git.p6c8.net/jirafeau/pcanterino.git/blobdiff_plain/deb9d5b531b7d4e2f314db2fc0defd2a50f8b609..refs/heads/f_enable_tos:/lib/template/footer.php diff --git a/lib/template/footer.php b/lib/template/footer.php index d947421..c2cc175 100644 --- a/lib/template/footer.php +++ b/lib/template/footer.php @@ -1,10 +1,25 @@ -
-
- agplv3 |
- |
-
+
+ ' . t('JI_PROJECT') . '' .
+ ' (AGPL-3.0)';
+ ?>
+
+ | ';
+ echo ' ' . t('DESIGNED') . ' ' . $cfg['organisation'];
+ }
+
+ if (isset($cfg['enable_tos']) && $cfg['enable_tos']) {
+ echo ' | ';
+ echo '' . t('TOS') . '';
+ }
+ }
+ ?>