Home > Archive by category 'Breadcrumb'
 

Breadcrumb

On websites that have a lot of pages, breadcrumb navigation can greatly enhance the way users find their way around.
This code will be very helpful to create breadcrumb.

Step:1

1
2
3
4
5
6
7
8
9
10
11
<?php
// See class.breadcrumb.inc.php or the README file for Usage Directions
include_once('class.breadcrumb.inc.php');
$breadcrumb = new breadcrumb;
echo $breadcrumb->show_breadcrumb();
?>

Add this code where you want to show the breadcrumb.

Step:2
download the file ‘class.breadcrumb.inc.php’ and upload it to the server.

‘class.breadcrumb.inc.php’

class.breadcrumb.inc

Output

home > test > browse-shemales.php

 
 
 

Categories

Tag