You are here

function weather_es_theme in Weather_es 6.3

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

weather_es block theme

@author jmsirvent

File

./weather_es.module, line 450

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,
      ),
    ),
  );
}