]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - lib/template/footer.php
Translated using Weblate (Arabic)
[jirafeau_mojo42.git] / lib / template / footer.php
index c910e716fed4f6416e7f0c29b64dee17b705da46..054f97fa23922af0fc89bdd34ff7288d0d1f9f0e 100644 (file)
@@ -9,10 +9,9 @@
         ?>
         <!-- Installation dependend links -->
         <?php
-        if (true == $cfg['installation_done'])
-        {
-          echo ' | ';
-          echo '<a href="' . JIRAFEAU_ABSPREFIX . 'tos.php">' . t('Terms of Service') . '</a>';
+        if (false === empty($cfg['installation_done'])) {
+            echo ' <span>|</span> ';
+            echo '<a href="tos.php">' . t('Terms of Service') . '</a>';
         }
         ?>
     </p>

patrick-canterino.de