[thelist] PHP Breadcrumbs

Jennifer Zelazny web at calgb.org
Tue Jun 17 11:41:11 CDT 2003


Hello.  I recently came across a breadcrumb script that seemed to be 
exactly what I was looking for, but I am having some problems with it.

http://www.evolt.org/article/Breadcrumbs_for_PHP_Lovers/17/4455/

I am able to get the breadcrumbs to appear on my page, but never more 
than one page deep.

ex.
Home > Links
Home > Music

instead of:
Home > Links > Music

Any thoughts?
Thanks in advance.
Jen

------------
(my page html)
<?php $page_title = "Test";
include('includes/breadcrumb.php'); ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en-us">
<head>
<title><?php echo $page_title ?></title>
</head>
<body>
<?php breadCrumb($SCRIPT_URL); ?>
</body>
</html>
------------



More information about the thelist mailing list