]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - lib/template/footer.php
[FEATURE] Contribution guide: Revise structure
[jirafeau_mojo42.git] / lib / template / footer.php
index 85bda5057cc24ba27acc64c8388fe98ea1269c07..2e05974b74d6b4cbd114f9f8d2da4d6078090246 100644 (file)
@@ -9,10 +9,10 @@
         ?>
         <!-- Installation dependend links -->
         <?php
-        if (false === empty($cfg['web_root']))
+        if (true == $cfg['installation_done'])
         {
           echo ' | ';
-          echo '<a href="' . $cfg['web_root'] . 'tos.php">' . t('Term Of Service') . '</a>';
+          echo '<a href="' . JIRAFEAU_ABSPREFIX . 'tos.php">' . t('Terms of Service') . '</a>';
         }
         ?>
     </p>

patrick-canterino.de