X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/0f38bca0ce9973ca0692e74a3dcf587920a93f88..8d6002fa6a6c13228b00ed54b07359aa83b90da3:/lib/template/footer.php?ds=sidebyside diff --git a/lib/template/footer.php b/lib/template/footer.php index 9e39858..054f97f 100644 --- a/lib/template/footer.php +++ b/lib/template/footer.php @@ -9,9 +9,9 @@ ?> <!-- 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 '<a href="tos.php">' . t('Terms of Service') . '</a>'; } ?> </p>