--- ECHO_content/ECHO_Nav.py 2004/05/28 09:50:39 1.29 +++ ECHO_content/ECHO_Nav.py 2004/05/28 09:55:24 1.30 @@ -573,7 +573,8 @@ class ECHO_navigation(Folder): #start=splitted[2:order+1] #orig startNr= self.startOfHierarchy(splitted) - start=splitted[startNr:order] + #print startNr + start=splitted[startNr:order+startNr-1] #print start keys=self.barFromHash(hash,start=start)