X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/3e84a5debe0984bea841016ba587b109031a7816..48c710744cbabd2ddc812fc50b6944328461747c:/lib/template/footer.php diff --git a/lib/template/footer.php b/lib/template/footer.php index c7bad70..637ce42 100644 --- a/lib/template/footer.php +++ b/lib/template/footer.php @@ -3,7 +3,8 @@ <!-- Project links --> <?php echo t('MADE_WITH') . - ' <a href="https://gitlab.com/mojo42/Jirafeau" target="_blank" rel="noopener noreferrer">' . t('JI_PROJECT') . '</a>' . + ' <a href="' . JIRAFEAU_WEBSITE . '" target="_blank" rel="noopener noreferrer">' . t('JI_PROJECT') . '</a>' . + '<p> ' . t('DESIGNED') . ' ' . $cfg['contactperson'] . '</p>' . ' (<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>)'; ?> <!-- Installation dependent links -->