Try to add following to your customization file:
> [...]
Well, this does not do what we would like to see, or more precisely it has a side effect. Setting the limit to a number means that the first (main) toc is built with those levels, but any subsequent toc is also only built to that level only, rendering the inner TOC informationless sometimes. So if you set the depth to 3 then the main toc is built with three levels, the second level toc is only built with 2 leveles, the third level toc is only built with one level, and all subsequent tocs are built with one level (as the deepness check is executed after one toc level is built).Let me know, if it works. I think that it should work. If so, I will propagate this change to standard stylesheets (maybe with different parameter name, but that is not so important).
The solution would be to count with relative depth, and not absolute depth, as it is now, but I don't know how to solve that elegantly...
Goba
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php