imprint function added

This commit is contained in:
Nick Slowinski
2020-09-02 12:04:25 +02:00
parent ab3b62c16a
commit 5d4f9d7bd5
34 changed files with 624 additions and 3 deletions

5
stats/footer.php Normal file
View File

@@ -0,0 +1,5 @@
<?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>';
}
?>