/**
 * Returns HTML for an inactive facet item.
 *
 * @param $variables
 *   An associative array containing the keys 'text', 'path', and 'options'. See
 *   the l() function for information about these variables.
 *
 * @see l()
 *
 * @ingroup themeable
 */
function theme_facetapi_link_active($variables) {

active/inactive seem mismatched. Same for the sister function inactive().

Comments

cpliakas’s picture

Priority: Normal » Minor

Confirmed! Just changing the "inactive" to "active" seems to do the trick, correct?

joachim’s picture

> Just changing the "inactive" to "active" seems to do the trick, correct?

Yup. And vice versa for theme_facetapi_link_inactive() which has the same problem.

cpliakas’s picture

Status: Fixed » Closed (fixed)

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