Closed (fixed)
Project:
Facet API
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Mar 2017 at 16:21 UTC
Updated:
4 Jan 2018 at 18:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
markhalliwellComment #3
eugene.ilyin commentedhmm, seems your theme callbacks are not defined in the module, maybe I forget something about theming, but looks like it will not work.
Comment #4
markhalliwellThe portion of the theme hook after the first
__separator is a theme hook suggestion. The base theme hook,item_listis already provided by core. If suggestion(s) don't exist, then it falls back to the subsequent shorter theme hook suggestion and ultimately the base theme hook, e.g.:It does work, theme hook suggestions have been around since 6.x. This isn't anything new.
Comment #6
eugene.ilyin commentedThank you for an explanation. Committed.
Comment #7
eugene.ilyin commented