From: Laury GvR Date: Tue, 10 Oct 2017 12:50:12 +0000 (-0400) Subject: Changing Wunderground location to L'Anse X-Git-Tag: v1.0.5^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=303711f2d42d2f9cf07a0fa70608cca71f8905b9;p=WP-Themes%2Fbaragacounty.git Changing Wunderground location to L'Anse --- 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 '';