From: Steve Sutton Date: Fri, 21 Dec 2018 14:06:44 +0000 (-0500) Subject: Updating weather widget X-Git-Tag: v1.0.31^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=1850e7f201f09fe567b20ea0bfd2893042ea7a3e;p=WP-Themes%2Fbaragacounty.git Updating weather widget Update the url for openweathermap url. --- 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 '';