6 ' <a href="' . JIRAFEAU_WEBSITE
. '" target="_blank" rel="noopener noreferrer">' . t('JI_PROJECT') . '</a>' .
7 ' (<a href="https://www.gnu.org/licenses/agpl.html" target="_blank" rel="noopener noreferrer"><abbr title="GNU Affero General Public License v3">AGPL-3.0</abbr></a>)';
9 <!-- Installation dependent links
-->
11 if (false === empty($cfg['installation_done'])) {
12 if(false === empty($cfg['organisation'])) {
13 echo ' <span>|</span> ';
14 echo ' ' . t('DESIGNED') . ' ' . $cfg['organisation'];
17 echo ' <span>|</span> ';
18 echo '<a href="tos.php" target="_blank" rel="nooener noreferrer">' . t('TOS') . '</a>';