You are here

function r4032login_theme in Redirect 403 to User Login 6

Same name and namespace in other branches
  1. 8 r4032login.module \r4032login_theme()
  2. 7 r4032login.module \r4032login_theme()
  3. 2.x r4032login.module \r4032login_theme()

Implementation of hook_theme().

File

./r4032login.module, line 87
Redirect denied pages to the user login form.

Code

function r4032login_theme() {
  return array(
    'r4032login_denied' => array(
      'arguments' => array(),
    ),
    'r4032login_user_register' => array(
      'arguments' => array(),
    ),
  );
}