From 20689bde37babea6af6ea0f364362e79261b9faf Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 21 Jan 2016 16:16:39 +0100 Subject: [PATCH] make footer button editable --- footer.php | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/footer.php b/footer.php index f9ad40f..e42b504 100644 --- a/footer.php +++ b/footer.php @@ -6,11 +6,12 @@ * @since 0.1.0 */ -$year = date("Y"); -$address = get_field('address', 'option'); -$email = get_field('email', 'option'); -$consultLink = get_field('request_consultation_link', 'option'); -$euLink = get_field('eu_logo_link', 'option'); +$year = date("Y"); +$address = get_field('address', 'option'); +$email = get_field('email', 'option'); +$consultLink = get_field('request_consultation_link', 'option'); +$euLink = get_field('eu_logo_link', 'option'); +$footerContactButton = get_field('footer_contact_button', 'option'); $themeUrl = WPTHEME_TEMPLATE_URL . '/'; @@ -176,7 +177,11 @@ if ($twitter) { 'main-footer-menu', 'container' => false ) ); ?> @@ -197,7 +202,7 @@ if ($twitter) { - + 'lower-footer-menu', 'container' => false ) ); ?>