From 3f7e0df1ae046363033f6b2ae3f5e5e0ee39a2d9 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 20 Dec 2018 15:54:11 -0500 Subject: [PATCH] Updating weather widget use awesom weather widget --- lib/navigation.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/navigation.php b/lib/navigation.php index 4bc2482..e36cd02 100644 --- a/lib/navigation.php +++ b/lib/navigation.php @@ -249,7 +249,8 @@ if ( ! function_exists( 'glm_theme_footer' ) ) { echo glm_get_footer_nav_menu( 'footer' ); echo '
  • '; - echo '
    '. do_shortcode('[wunderground location="L\'Anse, MI" measurement="f" layout="table-horizontal" numdays="1" showdata="alerts,daynames,pop,icon,conditions,date,highlow"]') . '
    '; + // echo '
    '. do_shortcode('[wunderground location="L\'Anse, MI" measurement="f" layout="table-horizontal" numdays="1" showdata="alerts,daynames,pop,icon,conditions,date,highlow"]') . '
    '; + echo '
    '. do_shortcode('[awesome-weather location="L\'Anse" units="F" forecast_days="4"]') . '
    '; echo 'Weather
  • '; echo '
  • '; //echo 'Visitors Guide
  • '; -- 2.17.1