Saturday, July 13, 2013

Applying custom theme using Drupal code

Applying custom theme using Drupal code


/* hook_init() */
global $custom_theme;
 if(condition){
          $custom_theme = 'rootcandy';
 }