From c0a75c9aeddfeb01a5421890583936332188a7e7 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 22 May 2019 10:22:36 -0400 Subject: [PATCH] Use different home url method for header tent logo --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 448108b..ab9ab5d 100644 --- a/functions.php +++ b/functions.php @@ -769,7 +769,7 @@ add_filter( 'avada_before_header_wrapper', 'glm_secondary_header_countdown' ); function glm_header_elements() { echo '
'; echo '
'; - echo ''; + echo ''; echo ''; echo ''; echo '
'; -- 2.17.1