Closed (fixed)
Project:
Menu Trails
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Nov 2007 at 14:52 UTC
Updated:
22 Nov 2007 at 14:36 UTC
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
Comment #1
joewang commentedNevermind. 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.