--- ECHO_content/ECHO_Nav.py 2007/01/31 14:12:38 1.79 +++ ECHO_content/ECHO_Nav.py 2007/02/22 10:29:00 1.80 @@ -636,7 +636,7 @@ class ECHO_navigation(Folder): obj=objtemp for keys in obj.ZopeFind(obj,obj_metatypes=self.displayedMetaTypes): - logging.info("createNavHash: %s"%repr(keys)) + x=keys[1] if depth>1: nav[x.getId()]=(self.getColls(x,int(depth)-1,checkOnly),x) @@ -906,7 +906,7 @@ class ECHO_navigation(Folder): """Zweite Ordnung Navigationselemente""" hash=self.createNavHash(2,checkOnly="no") - logging.info("secondNavElements %s"%repr(hash)) + actual_url=self.REQUEST['URL'] ult_temp=re.sub(self.absolute_url(),"",actual_url)