You are here

function role_delegation_theme in Role Delegation 7

Implements hook_theme().

File

./role_delegation.module, line 29
This module allows site administrators to grant some roles the authority to change roles assigned to users, without them needing the 'administer access control' permission.

Code

function role_delegation_theme() {
  return array(
    'role_delegation_delegate_roles_action_form' => array(
      'render element' => 'form',
    ),
  );
}