function r4032login_theme in Redirect 403 to User Login 7
Same name and namespace in other branches
- 8 r4032login.module \r4032login_theme()
- 6 r4032login.module \r4032login_theme()
- 2.x r4032login.module \r4032login_theme()
Implements hook_theme().
File
- ./
r4032login.module, line 124 - Redirect denied pages to the user login form.
Code
function r4032login_theme() {
return array(
'r4032login_denied' => array(
'variables' => array(),
),
);
}