Breadcrumb Navigation - how to?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
RacerX
Forum Newbie
Posts: 21
Joined: Tue Jul 01, 2003 9:21 am
Location: NorthEast USA

Breadcrumb Navigation - how to?

Post 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.
User avatar
AVATAr
Forum Regular
Posts: 524
Joined: Tue Jul 16, 2002 4:19 pm
Location: Uruguay -- Montevideo
Contact:

Post by AVATAr »

1) yes
2) yes
3) depends

;)

have you implemented something?
User avatar
RacerX
Forum Newbie
Posts: 21
Joined: Tue Jul 01, 2003 9:21 am
Location: NorthEast USA

Post 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?
Post Reply