Closed (duplicate)
Project:
Views Calc
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Sep 2008 at 17:55 UTC
Updated:
20 Jan 2009 at 15:14 UTC
The current cell theming bypasses theme_views_handle_field, so individual cells can't be themed.
I believe line 532 should be changed from
$cell['data'] = theme('views_handle_field', $fields, $field, $node);
to
$cell['data'] = views_theme_field('views_handle_field', $field['queryname'], $fields, $field, $node, $view);
Sorry for not rolling a proper patch.
Comments
Comment #1
scottrigbysee #361517: Theme / print Totals in Views templates