5 lines
209 B
PHP
5 lines
209 B
PHP
<?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>';
|
|
}
|
|
?>
|