release 1.3.12
This commit is contained in:
15
stats/_footer.php
Normal file
15
stats/_footer.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?PHP
|
||||
if ($cfg['stats_imprint_switch'] == "1") {
|
||||
if($cfg['stats_imprint_address_url'] != NULL) {
|
||||
echo '<footer><a href="',$cfg['stats_imprint_address_url'],'" target="_blank">',$lang['imprint'],'</a>';
|
||||
} else {
|
||||
echo '<footer><a href="imprint.php">',$lang['imprint'],'</a>';
|
||||
}
|
||||
if($cfg['stats_imprint_privacypolicy_url'] != NULL) {
|
||||
echo ' • <a href="',$cfg['stats_imprint_privacypolicy_url'],'" target="_blank">',$lang['privacy'],'</a>';
|
||||
} elseif($cfg['stats_imprint_privacypolicy'] != NULL) {
|
||||
echo ' • <a href="privacy_policy.php">',$lang['privacy'],'</a>';
|
||||
}
|
||||
echo '</footer>';
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user