Published in: PHP
URL: http://drupal.org/node/70145
$tid = $args[0]; $vid = db_result(db_query("SELECT vid FROM {term_data} WHERE tid = '%d'", $tid)); // replace with your own $vid values if ($vid == 12) { $view->page_type = 'panels_threecol'; // replace with your desired view type }
You need to login to post a comment.
