Redhunter.com
Top » Software » Breadcrumbs Navigation
  

Breadcrumb Navigation Bar for Frontpage sites with PHP

I like breadcrumb navigation bars. When I finally upgraded to Frontpage 2003 from Frontpage 98 this week, I was hoping the navigation bars would include this. No such luck. What the new Frontpage does, though, is not eat my PHP code. So here's a quickie Breadcrumb navigation bar which works on Unix-Apache-Frontpage-PHP sites such as Powweb. Note that you have to tweak your .htaccess file to tell it to parse htm files for PHP code to really get this stuff to work.

Recently discovered that some hosting sites do not permit the parsing of htm files as php, so this (and any php) must be in .php files.

Get it here.