function weather_es_theme in Weather_es 7
Same name and namespace in other branches
- 6.3 weather_es.module \weather_es_theme()
- 6.2 weather_es.module \weather_es_theme()
weather_es block theme
@author jmsirvent
File
- ./
weather_es.module, line 535
Code
function weather_es_theme() {
return array(
'weather_es' => array(
'template' => 'weather-es',
'arguments' => array(
'inf_amo' => NULL,
'day' => NULL,
'obj' => NULL,
'inf_typ' => NULL,
'page' => NULL,
),
),
);
}