function taxonomy_tools_copier_theme in Taxonomy Tools 8
Same name and namespace in other branches
- 7 taxonomy_tools_copier/taxonomy_tools_copier.module \taxonomy_tools_copier_theme()
Implements hook_theme().
File
- taxonomy_tools_copier/
taxonomy_tools_copier.module, line 75 - Drupal hooks implementations and module specific functions.
Code
function taxonomy_tools_copier_theme() {
return array(
'taxonomy_tools_copier_nodes_container' => array(
'render element' => 'container',
),
'taxonomy_tools_copier_nodes_list_container' => array(
'render element' => 'container',
),
);
}