You are here

function ldapauth_theme in LDAP integration 6

Implements hook_theme().

File

./ldapauth.module, line 181
ldapauth provides authentication against ldap server.

Code

function ldapauth_theme() {
  return array(
    'ldapauth_admin_list' => array(
      'arguments' => array(
        'form' => NULL,
      ),
      'file' => 'ldapauth.theme.inc',
    ),
  );
}