Apparently I'm missing some sort of obvious step in getting Menu Trails working...
Client has a site (Drupal 5) with multiple sections. I have each section set up with a separate menu which is inserted as a block as per the URL string. This works fine to surf the site.
I installed Menu Trails.
I added the switch statement they suggested to the _phptemplate_variables() function in the template.php file.
Then I activated the Menu Trails module and Set the "Parent Item for Page" = "Navigation"
The end result? Nuthin'
I figure there must be a place where I tell it what style to apply if the page is active. I tried (shootin' in the dark) to add a style class as such to the zen.css file:
ul.links .selected
{
background: #333333;
text-decoration: none;
}
No love.
Any ideas?