2010-03-22, 06:35:38
I found a bug in the function, it didn't close the lists properly if last line is not a first level page.
Replaced:
with:
I have just edited the function (now v1.1). Sorry.
Replaced:
Code:
echo '</li></ul>';
Code:
for( $i=0; $i <= $thislevel; $i++) echo '</li></ul>';
I have just edited the function (now v1.1). Sorry.