You are here

function ldapauth_admin_menu_block_page in LDAP integration 6

Implements the LDAP admin page.

Return value

The themed HTML page.

1 string reference to 'ldapauth_admin_menu_block_page'
ldapauth_menu in ./ldapauth.module
Implements hook_menu().

File

./ldapauth.admin.inc, line 642
Module admin page callbacks.

Code

function ldapauth_admin_menu_block_page() {
  return theme('admin_block_content', system_admin_menu_block(menu_get_item()));
}