I just installed Menu Trails, and it works fine. The only problem is that the module outputs "-active" at the end instead of adhering to Drupal's "active". This could be a problem for some themes (like mine) which uses a ".active" css selector.

Comments

joewang’s picture

Status: Active » Closed (fixed)

Nevermind. The template.php code was what caught me. However, I did have to add a "return $vars" at the end, or my content wouldn't show up at all.