From cc0de6b5ddc16a8d6affd8ddd0d902274fe647b5 Mon Sep 17 00:00:00 2001 From: M_Viper Date: Sun, 29 Mar 2026 20:27:47 +0000 Subject: [PATCH] Upload via Git Manager GUI - footer.php --- Minecraft-Modern-Theme/footer.php | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) 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 @@
- -