projects
/
WP-Themes
/
upstatefair.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f703a18
)
Use different home url method for header tent logo
author
Laury GvR
<laury@gaslightmedia.com>
Wed, 22 May 2019 14:22:36 +0000
(10:22 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Wed, 22 May 2019 14:22:36 +0000
(10:22 -0400)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
448108b
..
ab9ab5d
100644
(file)
--- 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 '<div id="glm-header">';
echo '<div id="header-left" class="header-section">';
- echo '<a href="' .
bloginfo(url
) . '">';
+ echo '<a href="' .
get_home_url(
) . '">';
echo '<img id="header-escanaba-logo" class="small-header-logo" src="' . get_template_directory_uri() . '/assets/images/visit-escanaba-logo.png" alt="">';
echo '</a>';
echo '</div>';