You are here

function i18n_node_theme in Internationalization 7

Implements hook_theme().

File

i18n_node/i18n_node.module, line 557
Internationalization (i18n) module - Node type handling

Code

function i18n_node_theme() {
  return array(
    'i18n_node_select_translation' => array(
      'render element' => 'element',
      'file' => 'i18n_node.pages.inc',
    ),
  );
}