You are here

function taxonomy_access_theme in Taxonomy Access Control 6

Same name and namespace in other branches
  1. 7 taxonomy_access.module \taxonomy_access_theme()

Implements hook_theme().

File

./taxonomy_access.module, line 100
Allows administrators to specify how each category (in the taxonomy) can be used by various roles.

Code

function taxonomy_access_theme() {
  return array(
    'taxonomy_access_admin_form' => array(
      'arguments' => array(
        'form' => NULL,
      ),
    ),
  );
}