6 ' <a href="' . JIRAFEAU_WEBSITE
. '" target="_blank" rel="noopener noreferrer">' . t('JI_PROJECT') . '</a>' .
7 '<p> ' . t('DESIGNED') . ' ' . $cfg['contactperson'] . '</p>' .
8 ' (<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>)';
10 <!-- Installation dependent links
-->
12 if (false === empty($cfg['installation_done'])) {
13 echo ' <span>|</span> ';
14 echo '<a href="tos.php" target="_blank" rel="noopener noreferrer">' . t('TOS') . '</a>';