]> git.mxchange.org Git - friendica-addons.git/blobdiff - curweather/templates/widget.tpl
make the icon using the image proxy
[friendica-addons.git] / curweather / templates / widget.tpl
index 9c6cacd3bf6134ca7288aa64e99d43f15f3d63d0..b893eef666a42f04fe4add6687066d897757c2f9 100644 (file)
@@ -3,7 +3,7 @@
                <h4 title="{{$lastupdate}}">{{$title}}: {{$city}}</h4>
        </div>
        <p>
-       <img src="http://openweathermap.org/img/w/{{$icon}}.png" title="{{$description}}">
+       <img src="{{$icon}}" title="{{$description}}">
        <ul class="curweather-details">
            <li><strong>{{$temp}}</strong></li>
            <li>{{$relhumidity['caption']}}: {{$relhumidity['val']}}</li>