X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/719b7e58a95d36a081e4cf7ee2028e0d0e95408e..bb8be3e5ee423aae47f500f7aa12cdeecc1b0f77:/lib/template/footer.php?ds=sidebyside

diff --git a/lib/template/footer.php b/lib/template/footer.php
index c910e71..054f97f 100644
--- a/lib/template/footer.php
+++ b/lib/template/footer.php
@@ -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>