[Solved]: How to hide HOME in breadcrumb? [Solved]: How to hide HOME in breadcrumb?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

[Solved]: How to hide HOME in breadcrumb?

Started by jarekn, August 31, 2009, 02:16:56 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jarekn

Hello,

I know that I can hide the breadcrumbs, but instead of hiding them I just want to hide the first link - that is the Home link.

Any idea which file and what has to be modified?  I am pretty sure it has to be the index.php file but I can't find what it is that needs to be modified :(

Your help would be very much apreciated :)

THANX!

jarekn

Found it...
In include/functions.inc
look for the following:

// Add the Home link  to breadcrumb

Under that comment out the next two lines:
// $breadcrumb_links[0] = '<a href="index.php">'.$lang_list_categories['home'].'</a>';
// $BREADCRUMB_TEXTS[0] = $lang_list_categories['home'];

Thats it :)