function reload_weather_es_block in Weather_es 6.2
1 string reference to 'reload_weather_es_block'
- weather_es_menu in ./
weather_es.module - Implementation of hook_menu().
File
- ./
weather_es.module, line 119 - Shows weather data of Spain (by AEMET)
Code
function reload_weather_es_block() {
print block_weather_es_contents($_POST['which_block'], $_POST['weather_es_page']);
}