X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/8244506c761b51462c557f41e92694ea76c380d3..ac471fd7432906217f7a2d46b37d49b1c9f512ea:/lib/template/footer.php?ds=inline diff --git a/lib/template/footer.php b/lib/template/footer.php index 6d00c6e..efe238f 100644 --- a/lib/template/footer.php +++ b/lib/template/footer.php @@ -3,7 +3,7 @@ <!-- Project links --> <?php echo t('MADE_WITH') . - ' <a href="https://gitlab.com/pcanterino/Jirafeau" target="_blank" rel="noopener noreferrer">' . t('JI_PROJECT') . '</a>' . + ' <a href="' . JIRAFEAU_WEBSITE . '" target="_blank" rel="noopener noreferrer">' . t('JI_PROJECT') . '</a>' . ' (<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 -->