Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: [Solved]: How to hide HOME in breadcrumb?  (Read 3168 times)

0 Members and 1 Guest are viewing this topic.

jarekn

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 47
[Solved]: How to hide HOME in breadcrumb?
« on: August 31, 2009, 02:16:56 pm »

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!
« Last Edit: August 31, 2009, 10:29:22 pm by Joachim Müller »
Logged

jarekn

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 47
Re: How to hide HOME in breadcrumb?
« Reply #1 on: August 31, 2009, 02:27:03 pm »

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 :)
Logged
Pages: [1]   Go Up
 

Page created in 0.017 seconds with 19 queries.