The Bug that I found:
if selfAsLink is actived (true), the LI of the currently selected page does’nt have the class ’here’. (or class defined by $hereClass)
The solution:
On line 260:
if ($itm && !$selfAsLink && ($child['id'] == $modx->documentIdentifier)) {
Should be:
if ($itm && ($child['id'] == $modx->documentIdentifier)) {
I think that this solution does’nt give new bug... to check...
Totor
-------------------------------
www.fabienletort.com
-
☆ A M B ☆
- 24,524 Posts