]> git.p6c8.net - jirafeau_project.git/blobdiff - lib/template/footer.php
[BUGFIX] Translations: Rename ToS
[jirafeau_project.git] / lib / template / footer.php
index 3abc29099d2254fc272d2923ab6ad458008baf59..132ce901d0e9e4e1e267ec84cfd7fe8ba18d5e82 100644 (file)
@@ -1,16 +1,18 @@
 
 <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="Affero General Public License">AGPL</abbr>v3</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>';
+          echo '<a href="' . $cfg['web_root'] . 'tos.php">' . t('Terms of Service') . '</a>';
         }
         ?>
     </p>

patrick-canterino.de