You are here

function themekey_footer in ThemeKey 6.3

Same name and namespace in other branches
  1. 6.4 themekey.module \themekey_footer()
  2. 6.2 themekey.module \themekey_footer()

Implements hook_footer().

Prints out debug messages for admin user.

Return value

string

File

./themekey.module, line 271
ThemeKey is designed as a generic theme switching module.

Code

function themekey_footer() {
  return themekey_set_debug_message('flush');
}