function autologout_theme in Automated Logout 6.3
Same name and namespace in other branches
- 6.4 autologout.module \autologout_theme()
- 7.4 autologout.module \autologout_theme()
Implementation of hook_theme().
File
- ./
autologout.module, line 143 - Used to automagically log out a user after a certain time.
Code
function autologout_theme() {
return array(
'autologout_block' => array(),
);
}