function i18n_theme in Internationalization 6
Implementation of hook_theme().
File
- ./
i18n.module, line 643 - Internationalization (i18n) module.
Code
function i18n_theme() {
return array(
'i18n_node_select_translation' => array(
'arguments' => array(
'element' => NULL,
),
'file' => 'i18n.pages.inc',
),
);
}