]> git.p6c8.net - jirafeau.git/blobdiff - lib/template/footer.php
[TASK] Rename license short identifier
[jirafeau.git] / lib / template / footer.php
index 7b9e188a5fa3af72adebe38db1ab2a8a19dc612f..c910e716fed4f6416e7f0c29b64dee17b705da46 100644 (file)
@@ -1,10 +1,20 @@
 
 <div id="copyright">
     <p>
-        <br />
-        <a href="https://www.gnu.org/licenses/agpl.html">agplv3</a> |
-        <a href="https://gitlab.com/mojo42/Jirafeau"><?php echo t('Jirafeau Project') ?></a> |
-        <a href="<?php echo rtrim($cfg['web_root'], '/') . '/tos.php'; ?>"><?php echo t('Term Of Service') ?></a>
+        <!-- Project links -->
+        <?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 (true == $cfg['installation_done'])
+        {
+          echo ' | ';
+          echo '<a href="' . JIRAFEAU_ABSPREFIX . 'tos.php">' . t('Terms of Service') . '</a>';
+        }
+        ?>
     </p>
 </div>
 </div>

patrick-canterino.de