You are here

function tac_fields_theme in Taxonomy Access Control 6

Implements hook_theme().

File

tac_fields/tac_fields.module, line 63
Allows administrators to control access to individual CCK fields based on the node's taxonomy categories.

Code

function tac_fields_theme() {
  return array(
    'tac_fields_admin_form' => array(
      'arguments' => array(
        'form' => NULL,
      ),
    ),
  );
}