function taxonomy_title_theme in Taxonomy Title 6
Same name and namespace in other branches
- 7 taxonomy_title.module \taxonomy_title_theme()
Implements hook_theme().
File
- ./
taxonomy_title.module, line 282 - Enhanced control over the heading tag for the taxonomy term list pages.
Code
function taxonomy_title_theme() {
$theme = array(
'taxonomy_title_admin_settings' => array(
'arguments' => array(
'form' => NULL,
),
'file' => 'taxonomy_title.admin.inc',
),
);
return $theme;
}