Changeset 99


Ignore:
Timestamp:
20/01/07 00:47:58 (5 years ago)
Author:
nigel
Message:

If weather is installed, use it on the summary page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • openweather/openweather.module

    r98 r99  
    134134  $radarURL = variable_get('openweather_radar', null); 
    135135  if ($radarURL != null) $output .= "<img src='$radarURL'/>"; 
     136 
     137  if (module_exist("weather")){ 
     138    $b = weather_block('view'); 
     139    $output .= $b['content']; 
     140    } 
    136141 
    137142  // List all of my openweathers by category 
Note: See TracChangeset for help on using the changeset viewer.