Changeset 99
- Timestamp:
- 20/01/07 00:47:58 (5 years ago)
- File:
-
- 1 edited
-
openweather/openweather.module (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
openweather/openweather.module
r98 r99 134 134 $radarURL = variable_get('openweather_radar', null); 135 135 if ($radarURL != null) $output .= "<img src='$radarURL'/>"; 136 137 if (module_exist("weather")){ 138 $b = weather_block('view'); 139 $output .= $b['content']; 140 } 136 141 137 142 // List all of my openweathers by category
Note: See TracChangeset
for help on using the changeset viewer.
