You are here

function ldap_user_theme in Lightweight Directory Access Protocol (LDAP) 8.2

Same name and namespace in other branches
  1. 7.2 ldap_user/ldap_user.module \ldap_user_theme()

Implements hook_theme().

File

ldap_user/ldap_user.module, line 119
Module for the LDAP User Entity

Code

function ldap_user_theme() {
  return array(
    'ldap_user_conf_form' => array(
      'render element' => 'form',
      'file' => 'ldap_user.theme.inc',
    ),
  );
}