function r4032login_theme in Redirect 403 to User Login 6
Same name and namespace in other branches
- 8 r4032login.module \r4032login_theme()
- 7 r4032login.module \r4032login_theme()
- 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(),
),
);
}