You are here

function weather_es_theme in Weather_es 6.2

Same name and namespace in other branches
  1. 6.3 weather_es.module \weather_es_theme()
  2. 7 weather_es.module \weather_es_theme()

Theme function for the weather_es block output ��MUY INTERESANTE VER user.module!!

File

./weather_es.module, line 637
Shows weather data of Spain (by AEMET)

Code

function weather_es_theme() {
  return array(
    'weather_es' => array(
      'template' => 'weather-es',
      'arguments' => array(
        'data' => NULL,
        'usrcnf' => NULL,
      ),
    ),
  );
}