For example for the template coolblue10 (default)
There is a nav there:
<div id="nav">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/tags">Tag cloud</a></li>
<li><a href="/archives">Archives</a></li>
<li><a href="/support">Support</a></li>
<li><a href="/about">About</a></li>
</ul>
</div>
When I run the root page, I can see that the <li> in the nav, id="current" to select it,
which applies the css of course, what I don't get is which module modified the id to apply the
attribute, is it JQuery or is it the Vosao javascript framework?
I can't seem to find any hints on this even searching the template code and page templates.
What I am missing?