From 303711f2d42d2f9cf07a0fa70608cca71f8905b9 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 10 Oct 2017 08:50:12 -0400 Subject: [PATCH] Changing Wunderground location to L'Anse --- lib/navigation.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/navigation.php b/lib/navigation.php index d22cd40..0cb81c2 100644 --- a/lib/navigation.php +++ b/lib/navigation.php @@ -153,8 +153,8 @@ if ( ! function_exists( 'glm_theme_footer' ) ) { echo glm_get_footer_nav_menu( 'footer' ); echo '
  • '; - echo '
    '. do_shortcode('[wunderground location="Three Oaks, MI" measurement="f" layout="table-horizontal" numdays="1" showdata="alerts,daynames,pop,icon,conditions,date,highlow"]') . '
    '; - echo 'Weather
  • '; + echo '
    '. do_shortcode('[wunderground location="L\'Anse, MI" measurement="f" layout="table-horizontal" numdays="1" showdata="alerts,daynames,pop,icon,conditions,date,highlow"]') . '
    '; + echo 'Weather'; echo '
  • '; //echo 'Visitors Guide
  • '; echo ''; -- 2.17.1