From 1850e7f201f09fe567b20ea0bfd2893042ea7a3e Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 21 Dec 2018 09:06:44 -0500 Subject: [PATCH] Updating weather widget Update the url for openweathermap url. --- lib/navigation.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/navigation.php b/lib/navigation.php index e36cd02..906f246 100644 --- a/lib/navigation.php +++ b/lib/navigation.php @@ -250,8 +250,9 @@ if ( ! function_exists( 'glm_theme_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('[awesome-weather location="L\'Anse" units="F" forecast_days="4"]') . '
    '; - echo 'Weather
  • '; + echo '
    '. do_shortcode('[awesome-weather location="4984902" units="F" forecast_days="4"]') . '
    '; + //echo 'Weather'; + echo 'Weather'; echo '
  • '; //echo 'Visitors Guide
  • '; echo ''; -- 2.17.1