X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/374e4718ddacfbaab32f57f8e0ab828520e8081e..refs/merge-requests/10/head:/lib/template/footer.php?ds=inline

diff --git a/lib/template/footer.php b/lib/template/footer.php
index 21ea5ad..637ce42 100644
--- a/lib/template/footer.php
+++ b/lib/template/footer.php
@@ -3,10 +3,11 @@
         <!-- 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 dependend links -->
+        <!-- Installation dependent links -->
         <?php
         if (false === empty($cfg['installation_done'])) {
             echo ' <span>|</span> ';