You are here

function advuser_theme in Advanced User 6.3

Same name and namespace in other branches
  1. 6.2 advuser.module \advuser_theme()

hook_theme implementation

Related topics

File

./advuser.module, line 199
Advanced user module allows you to select users based on an advanced set of filtering and apply actions to block, unblock, delete or email the selected users.

Code

function advuser_theme() {
  return array(
    'advuser_admin_account' => array(
      'arguments' => array(
        'form' => NULL,
      ),
    ),
  );
}