function themekey_blog_themekey_ui_author_theme_selected in ThemeKey 7.3
Implements hook_themekey_ui_author_theme_selected().
File
- modules/
themekey.blog.inc, line 71 - @author Markus Kalkbrenner | bio.logis GmbH
Code
function themekey_blog_themekey_ui_author_theme_selected($uid, $theme) {
global $base_root;
$cid = $base_root . '/blog/' . $uid;
cache_clear_all($cid, 'cache_page');
cache_clear_all($cid . '/', 'cache_page', TRUE);
}