X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/9a9c9a8bf83241c193c5bef6361d41893e72dfd3..fd3aaad433fe7e041f85752a727bb14b8865dc31:/lib/template/footer.php?ds=inline diff --git a/lib/template/footer.php b/lib/template/footer.php index 5bc158f..f33373f 100644 --- a/lib/template/footer.php +++ b/lib/template/footer.php @@ -9,8 +9,8 @@ ?> <!-- Installation dependend links --> <?php - if (true == $cfg['installation_done']) { - echo ' | '; + if (false === empty($cfg['installation_done'])) { + echo ' <span>|</span> '; echo '<a href="' . JIRAFEAU_ABSPREFIX . 'tos.php">' . t('Terms of Service') . '</a>'; } ?>