imprint function added
This commit is contained in:
5
stats/footer.php
Normal file
5
stats/footer.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?PHP
|
||||
if ($cfg['imprint_enabled'] == "1") {
|
||||
echo '<footer><a href="imprint.php">' . $lang['imprint'] . '</a> • <a href="privacy-policy.php">' . $lang['privacy-policy'] . '</a></footer>';
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user