]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - lib/template/footer.php
[FEATURE] Replace all domain depended links
[jirafeau_mojo42.git] / lib / template / footer.php
index 132ce901d0e9e4e1e267ec84cfd7fe8ba18d5e82..2e05974b74d6b4cbd114f9f8d2da4d6078090246 100644 (file)
@@ -9,10 +9,10 @@
         ?>
         <!-- Installation dependend links -->
         <?php
         ?>
         <!-- Installation dependend links -->
         <?php
-        if (false === empty($cfg['web_root']))
+        if (true == $cfg['installation_done'])
         {
           echo ' | ';
         {
           echo ' | ';
-          echo '<a href="' . $cfg['web_root'] . 'tos.php">' . t('Terms of Service') . '</a>';
+          echo '<a href="' . JIRAFEAU_ABSPREFIX . 'tos.php">' . t('Terms of Service') . '</a>';
         }
         ?>
     </p>
         }
         ?>
     </p>

patrick-canterino.de