Hi, I am trying to build a website basically by using the some elements from the Aegir SampleSite (code-init, breadcrumb etc.). My question is concerning the use of the bredcrumb function. I have made a subpage (i am using three different color schemes for the site) called "IP". In this case the breadcrumb function in conjunction with the code-init do not take notice of the subpage but link from the second level onward to directly to the topic:
Example: www.test.org/topic1/topic2/test.html I want: www.test.org/IP/topic1/topic2/test.html I tried to change line 13 of the breadcrumb element echo " > <a href=\"IP\"\"$uri\"\"/\" class=\"breadcrumb\">$val- >name</a>\n"; But this gives me a trailing /IP Example:.../IP/topic1/topic2/IP/ Any hints how i should change the code? Greetings Andreas Andreas Alvarez Deutsche Gesellschaft fuer Auswaertige Politik e.V. Koordinator weltpolitik.net http://www.weltpolitik.net Tel.: +49 30 254231-43 [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
