2006-09-28 08:25:42
how to alter content side menu
I wish to alter a small part of the side menu where the content structure is. what I wish to do is to add a class to the item you are currently viewing, to be able to style this better.
now the current item is identified with the STRONG tag, so that could be styled. problem is if you're at a child item, as the parent item of that is also marked with the STRONG tag, and gets the same style.
so what I wish to do is
a) remove the STRONG tag from parent items, or rather
b) add a class="current" to the STRONG tag on the current item.
...but where is the side menu code created? which file can I alter to do this? I can't seem to find it anywhere...