function themekey_footer in ThemeKey 6.2
Same name and namespace in other branches
- 6.4 themekey.module \themekey_footer()
- 6.3 themekey.module \themekey_footer()
Implements hook_footer().
Prints out debug messages for admin user.
Return value
string
File
- ./
themekey.module, line 285 - ThemeKey is meant to be a generic theme switching module.
Code
function themekey_footer() {
return themekey_set_debug_message('flush');
}