echo ' ' . t('DESIGNED') . ' ' . $cfg['organisation'];
}
- echo ' <span>|</span> ';
- echo '<a href="tos.php" target="_blank" rel="nooener noreferrer">' . t('TOS') . '</a>';
+ if (isset($cfg['enable_tos']) && $cfg['enable_tos']) {
+ echo ' <span>|</span> ';
+ echo '<a href="tos.php" target="_blank" rel="nooener noreferrer">' . t('TOS') . '</a>';
+ }
}
?>
</p>