Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 37923 invoked by uid 500); 9 Apr 2003 11:54:52 -0000 Mailing-List: contact forrest-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: forrest-dev@xml.apache.org Delivered-To: mailing list forrest-dev@xml.apache.org Received: (qmail 37914 invoked from network); 9 Apr 2003 11:54:51 -0000 Received: from mail.vsa.de (HELO proxysrv.vsa.de) (62.180.233.67) by daedalus.apache.org with SMTP; 9 Apr 2003 11:54:51 -0000 Received: from 192.168.140.6 by proxysrv.vsa.de (InterScan E-Mail VirusWall NT); Wed, 09 Apr 2003 13:55:59 +0200 Received: by mailsrv.vsa.de with Internet Mail Service (5.5.2653.19) id ; Wed, 9 Apr 2003 13:54:49 +0100 Message-ID: <0E92BDED93E8D611866800B0D0795D3A1F4F5D@mailsrv.vsa.de> From: "Schlierf, Stephan" To: "'forrest-dev@xml.apache.org'" Subject: RE: Removing the directory link Date: Wed, 9 Apr 2003 13:54:44 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N After diving into the source code I found the solution for it: In file ../skins/krysalis-site/scripts/breadcrumbs.js, line 255 or so: change else { document.write( getCrumbTrail( getBreadcrumbs( getDirectoriesInURL() ) ) ); } to else { document.write( getCrumbTrail( getBreadcrumbs( ) ) ); } Stephan > -----Original Message----- > From: Schlierf, Stephan [SMTP:Stephan.Schlierf@VSA.de] > Sent: Wednesday, April 09, 2003 1:16 PM > To: 'forrest-dev@xml.apache.org' > Subject: RE: Removing the directory link >=20 > > -----Original Message----- > > From: Jan.Materne@rzf.fin-nrw.de [SMTP:Jan.Materne@rzf.fin-nrw.de] > > Sent: Wednesday, April 09, 2003 12:08 PM > > To: forrest-dev@xml.apache.org > > Subject: AW: Removing the directory link > >=20 > >If you edit your skinconf.xml you=B4ll be happy :-)=20 >=20 > >Delete the values for =20 >=20 >=20 > Thank you for the tip but I already deleted the values. The directory = link > is still there... >=20 > Stephan