Files
TSN-Ranksystem/stats/footer.php
2020-09-02 12:04:25 +02:00

5 lines
209 B
PHP

<?PHP
if ($cfg['imprint_enabled'] == "1") {
echo '<footer><a href="imprint.php">' . $lang['imprint'] . '</a>&nbsp;•&nbsp;<a href="privacy-policy.php">' . $lang['privacy-policy'] . '</a></footer>';
}
?>