X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/18b6e57c0091dfdd14427c940346da59298b29eb..767576759a8652df040bfce717dbe7972572cce6:/lib/template/footer.php diff --git a/lib/template/footer.php b/lib/template/footer.php index 3abc290..5bc158f 100644 --- a/lib/template/footer.php +++ b/lib/template/footer.php @@ -1,16 +1,17 @@ <div id="copyright"> <p> - <br /> <!-- Project links --> - <a href="https://www.gnu.org/licenses/agpl.html"><abbr title="Affero General Public License">AGPL</abbr>v3</a> | - <a href="https://gitlab.com/mojo42/Jirafeau"><?php echo t('Jirafeau Project') ?></a> + <?php + echo t('Made with') . + ' <a href="https://gitlab.com/mojo42/Jirafeau">' . t('Jirafeau Project') . '</a>' . + ' (<a href="https://www.gnu.org/licenses/agpl.html"><abbr title="GNU Affero General Public License v3">AGPL-3.0</abbr></a>)'; + ?> <!-- Installation dependend links --> <?php - if (false === empty($cfg['web_root'])) - { - echo ' | '; - echo '<a href="' . $cfg['web_root'] . '/tos.php">' . t('Term Of Service') . '</a>'; + if (true == $cfg['installation_done']) { + echo ' | '; + echo '<a href="' . JIRAFEAU_ABSPREFIX . 'tos.php">' . t('Terms of Service') . '</a>'; } ?> </p>