diff --git a/Minecraft-Modern-Theme/footer.php b/Minecraft-Modern-Theme/footer.php index aaa3fd0..ec90dff 100644 --- a/Minecraft-Modern-Theme/footer.php +++ b/Minecraft-Modern-Theme/footer.php @@ -20,7 +20,13 @@
| @@ -58,13 +64,13 @@ $datenschutz_url = get_theme_mod('footer_datenschutz_url'); $links = array(); - if ( !empty($impressum_url) ) { + if ( ! empty($impressum_url) ) { $links[] = ' Impressum'; } - if ( !empty($datenschutz_url) ) { + if ( ! empty($datenschutz_url) ) { $links[] = ' Datenschutz'; } - if ( !empty($links) ) { + if ( ! empty($links) ) { echo implode('', $links); } ?> @@ -74,12 +80,10 @@
- -