function i18ntaxonomy_theme in Internationalization 6
Implementation of hook_theme().
File
- i18ntaxonomy/
i18ntaxonomy.module, line 179 - i18n taxonomy module
Code
function i18ntaxonomy_theme() {
return array(
'i18ntaxonomy_term_page' => array(
'arguments' => array(
'tids' => array(),
'result' => NULL,
),
'file' => 'i18ntaxonomy.pages.inc',
),
);
}