You are here

function content_taxonomy_options_theme in Content Taxonomy 6

Same name and namespace in other branches
  1. 6.2 content_taxonomy_options.module \content_taxonomy_options_theme()

Implementation of hook_theme().

File

./content_taxonomy_options.module, line 12
Defines a widget type for content_taxonomy for options

Code

function content_taxonomy_options_theme() {
  return array(
    'content_taxonomy_options_widgets_none' => array(
      'arguments' => array(
        'field' => NULL,
      ),
    ),
  );
}