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

patrick-canterino.de