You are here

function r4032login_theme in Redirect 403 to User Login 8

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

Implements hook_theme().

File

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

Code

function r4032login_theme() {
  return [
    'r4032login_denied' => [
      'variables' => [],
    ],
  ];
}