You are here

function themekey_contact_themekey_ui_author_theme_selected in ThemeKey 7.3

Implements hook_themekey_ui_author_theme_selected().

File

modules/themekey.contact.inc, line 44

Code

function themekey_contact_themekey_ui_author_theme_selected($uid, $theme) {
  global $base_root;
  $cid = $base_root . '/contact/' . $uid;
  cache_clear_all($cid, 'cache_page');
  cache_clear_all($cid . '/', 'cache_page', TRUE);
}