You are here

function ldap_api_theme in Lightweight Directory Access Protocol (LDAP) 6

Implementation of hook_theme().

File

./ldap_api.module, line 31
This this the main LDAP API module.

Code

function ldap_api_theme() {
  return array(
    'ldap_api_list_servers_form' => array(
      'arguments' => array(
        'form' => NULL,
      ),
      'file' => 'ldap_server.theme.inc',
    ),
  );
}