--- ECHO_content/ECHO_Nav.py 2006/03/02 19:59:03 1.74 +++ ECHO_content/ECHO_Nav.py 2006/05/15 16:04:52 1.75 @@ -979,7 +979,7 @@ def createPath(self,url1,url2): if self.REQUEST.has_key('VirtualRootPhysicalPath'): vp="/".join(self.REQUEST['VirtualRootPhysicalPath']) - if vp[0]=="/": + if (len(vp)>0) and vp[0]=="/": vp=vp[1:] url2=url2.replace(vp+"/",'')