You are here

function userprotect_theme in User protect 7

Same name and namespace in other branches
  1. 6 userprotect.module \userprotect_theme()

Implements hook_theme().

File

./userprotect.module, line 478
Main module file for the userprotect module.

Code

function userprotect_theme() {
  return array(
    'userprotect_admin_role_table' => array(
      'render element' => 'form',
    ),
    'userprotect_protections_bypass' => array(
      'render element' => 'form',
    ),
  );
}