view->result as $row) { $this->rendered_fields[] = array( 'link' => 'taxonomy/term/' . $row->term_node_tid, 'name' => $row->term_data_name, 'weight' => $row->num_records, ); } $output .= theme($this->theme_functions(), $this->view, $this->options, $rows, $title); return $output; } }