Currently, all facet blocks go through theme_facet_list. The problem is that the theme function doesn't have a clue about even the delta. This patch adds the delta to the the theme call that way at the theme layer you can do things like

if ($delta = 'something') {
   return 'something different';
}

return 'my cool thing';
CommentFileSizeAuthor
delta.patch3.29 KBScott Reynolds

Comments

robertdouglass’s picture

Ha! we're working on the same thing.

robertdouglass’s picture

Version: 6.x-1.x-dev » 6.x-2.x-dev

These changes need to target 6.2.

robertdouglass’s picture

Status: Needs review » Fixed
robertdouglass’s picture

Thanks Scott!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.