X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/719b7e58a95d36a081e4cf7ee2028e0d0e95408e..71e621e81a096fce132f70ee3918279cc71dd23f:/lib/template/footer.php diff --git a/lib/template/footer.php b/lib/template/footer.php index c910e71..5bc158f 100644 --- a/lib/template/footer.php +++ b/lib/template/footer.php @@ -9,10 +9,9 @@ ?> <!-- Installation dependend links --> <?php - if (true == $cfg['installation_done']) - { - echo ' | '; - echo '<a href="' . JIRAFEAU_ABSPREFIX . 'tos.php">' . t('Terms of Service') . '</a>'; + if (true == $cfg['installation_done']) { + echo ' | '; + echo '<a href="' . JIRAFEAU_ABSPREFIX . 'tos.php">' . t('Terms of Service') . '</a>'; } ?> </p>