Welcome Guest, Not a member yet? Register   Sign In
how to place an icon image in home BreadCrumb ???
#1

[eluser]ludo31[/eluser]
Hello ;

I use this library to create breadcrumb :

breadcrumb

and I would like to change the Home by an image icon !!

I try to change the code :

Code:
$config['set_home'] = '<img src = "../../image/supplement/home.png" width = "24" height = "24" alt = "home"/>';

I try also to create like this :

Code:
/ in config/breadcrumb.php
$config['set_home'] = "Home";
$config['attr_home'] = array('class' => 'home_breadcrumb');

and create a css home_breadcrumb but , at the first , the image appear but after we load page it disappears !!


as anyone have an idea !!
thanks




Theme © iAndrew 2016 - Forum software by © MyBB