Basics of Drupal, Techniques in drupal, Customizing the Drupal themes, Custom functions in drupal, Does and Dont in Drupal, Interview Question & Answers in Drupal etc.
Wednesday, September 14, 2011
Applying custom theme using Drupal code
<?php
/* hook_init() */
global $custom_theme;
if(condition){
$custom_theme = 'rootcandy';
}
No comments:
Post a Comment