Changeset 1670920
- Timestamp:
- 06/05/2017 10:28:55 AM (9 years ago)
- Location:
- pdsweather
- Files:
-
- 3 added
- 1 deleted
- 2 edited
- 2 copied
-
tags/3.2/pdsWeather.php (modified) (1 diff)
-
tags/3.3 (added)
-
tags/3.3/images (added)
-
tags/3.3/images/sun.png (added)
-
tags/3.3/pdsWeather.php (copied) (copied from pdsweather/tags/3.2/pdsWeather.php) (1 diff)
-
tags/3.3/readme.txt (copied) (copied from pdsweather/tags/3.2/readme.txt)
-
trunk/images/sun.png (deleted)
-
trunk/pdsWeather.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pdsweather/tags/3.2/pdsWeather.php
r1670914 r1670920 65 65 66 66 if (get_option('iconset') == 2) { 67 $html .= '<i class="wi wi-' . $current['tod'] . '-' . ($current['icon']) ? $current['icon']: "clear". '"></i>';67 $html .= '<i class="wi wi-' . $current['tod'] . '-' . ($current['icon']) ? $current['icon']: 'clear' . '"></i>'; 68 68 } 69 69 70 70 $html .= '<div class="conditions">'; 71 71 if (get_option('weather')) { 72 $html .= '<span class="wthr">' . ($current['weather']) ? $current['weather'] : "Clear". '</span>';72 $html .= '<span class="wthr">' . ($current['weather']) ? $current['weather'] : 'clear' . '</span>'; 73 73 } 74 74 -
pdsweather/tags/3.3/pdsWeather.php
r1670914 r1670920 65 65 66 66 if (get_option('iconset') == 2) { 67 $html .= '<i class="wi wi-' . $current['tod'] . '-' . ($current['icon']) ? $current['icon'] :"clear". '"></i>';67 $html .= '<i class="wi wi-' . $current['tod'] . '-' . ($current['icon']) ? $current['icon'] : 'clear' . '"></i>'; 68 68 } 69 69 70 70 $html .= '<div class="conditions">'; 71 71 if (get_option('weather')) { 72 $html .= '<span class="wthr">' . ($current['weather']) ? $current['weather'] : "Clear". '</span>';72 $html .= '<span class="wthr">' . ($current['weather']) ? $current['weather'] : 'clear' . '</span>'; 73 73 } 74 74 -
pdsweather/trunk/pdsWeather.php
r1670914 r1670920 65 65 66 66 if (get_option('iconset') == 2) { 67 $html .= '<i class="wi wi-' . $current['tod'] . '-' . ($current['icon']) ? $current['icon'] :"clear". '"></i>';67 $html .= '<i class="wi wi-' . $current['tod'] . '-' . ($current['icon']) ? $current['icon'] : 'clear' . '"></i>'; 68 68 } 69 69 70 70 $html .= '<div class="conditions">'; 71 71 if (get_option('weather')) { 72 $html .= '<span class="wthr">' . ($current['weather']) ? $current['weather'] : "Clear". '</span>';72 $html .= '<span class="wthr">' . ($current['weather']) ? $current['weather'] : 'clear' . '</span>'; 73 73 } 74 74
Note: See TracChangeset
for help on using the changeset viewer.