Closed (won't fix)
Project:
Taxonomy Views Integrator
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2011 at 20:10 UTC
Updated:
20 Feb 2016 at 18:14 UTC
Jump to comment: Most recent
Comments
Comment #1
castawaybcn commentedI was looking for the same feature, but since I am using 1.3 I had to make a different change in the module, in line 240 change:
return $desc . $view->preview();to
return $view->preview() . $desc;+1 on the theming feature request
Comment #2
castawaybcn commentedComment #3
kevinquillen commented