You are here

function context_theme_init in Context Reaction: Theme 6

Implementation of hook_init().

File

./context_theme.module, line 6

Code

function context_theme_init() {
  global $custom_theme;
  $vals = context_active_values();
  $custom_theme = $vals['theme'][0];
}