Page 1 of 1

Breadcrumb Navigation - how to?

Posted: Wed Jul 23, 2003 9:13 am
by RacerX
Is there a script to allow my site to use a 'breadcrumb-style' navigation?

example:
home > articles > article 101

Besides locating an actual script/function,I was wondering if it was possible to:
1. Specify the text in the breadcrumb? Rather than pulling filenames or page titles.
2. Have a real url? Not just ../
3. Include it in the header.inc or do I have to call it from each page?

Any help is grealty appreciated.

Posted: Wed Jul 23, 2003 11:10 am
by AVATAr
1) yes
2) yes
3) depends

;)

have you implemented something?

Posted: Wed Jul 23, 2003 11:22 am
by RacerX
have you implemented something?
No, not yet. I am looking for a solution.

So far, all I have done is hard code it 8O

What can you suggest?