Переключение шаблонов
Добрый вечер!! появился вопрос: есть собственно функция
$output = '';
$nodes = '';
$video = '';
$query = db_query("SELECT * FROM {it_content_nodes} WHERE tid = %d ORDER BY nid DESC LIMIT %d", $tid, variable_get('it_content_count_nodes', 10));
while ($row = db_fetch_array($query)){
$node = node_load($row['nid']);
if ($node->type != variable_get('it_content_video_type', '')){
switch($template_id) {
case 2: if ($node->type == 'blog_entry'){ $nodes .= _it_content_get_node_body2($node);$ip++;} break;
case 1: if ($node->type != variable_get('it_content_video_type', '')){ $nodes .= _it_content_get_node_body3($node);$ip++;}