- if (false === empty($cfg['web_root']))
- {
- echo ' | ';
- echo '<a href="' . $cfg['web_root'] . 'tos.php">' . t('Term Of Service') . '</a>';
+ if (true == $cfg['installation_done']) {
+ echo ' | ';
+ echo '<a href="' . JIRAFEAU_ABSPREFIX . 'tos.php">' . t('Terms of Service') . '</a>';