You are here

function countries_theme in Countries 7.2

Same name and namespace in other branches
  1. 8 countries.module \countries_theme()
  2. 7 countries.module \countries_theme()

Implements hook_theme().

File

./countries.module, line 47
Defines the field and entity information for countries.

Code

function countries_theme() {
  return array(
    'countries_number' => array(),
    'country_icon_adapter' => array(
      'variables' => array(
        'country' => NULL,
        'settings' => array(),
      ),
    ),
  );
}