Advanced search  

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]

Pages: [1]   Go Down

Author Topic: Change "Home" label in breadcrumb  (Read 2593 times)

0 Members and 1 Guest are viewing this topic.

Slingers

  • Coppermine newbie
  • Offline Offline
  • Posts: 18
Change "Home" label in breadcrumb
« on: November 08, 2007, 08:03:08 pm »

Hi,

I want to change the home label in the breadcrumb list to read "Category List"

I think this is the code in include\functions.inc.php
Quote
$breadcrumb_links = array();
        $BREADCRUMB_TEXTS = array();

        // Add the Home link  to breadcrumb
        $breadcrumb_links[0] = '<a href="index.php">'.$lang_list_categories['home'].'</a>';
        $BREADCRUMB_TEXTS[0] = $lang_list_categories['home'];

But I am not sure how to change it..

If I change - $BREADCRUMB_TEXTS[0] = $lang_list_categories['home'] it does not change and if I change $breadcrumb_links[0] = '<a href="index.php">'.$lang_list_categories['home'] it goes missing.

From this I assume that the word Home is in a language oriented file - How can I change the label - anyone help  ???
« Last Edit: November 08, 2007, 10:32:39 pm by Nibbler »
Logged

just_some_guy

  • Supporter
  • Coppermine addict
  • ****
  • Offline Offline
  • Posts: 539
  • I am currently on holiday, back in a few weeks. :D
Re: Change "Home" label in breadcrumb
« Reply #1 on: November 08, 2007, 08:44:41 pm »

Search the lang file for $lang_list_categories then in that array find

'home' =>

and change the word after the =>
Logged
Tambien, Hablo Espaņol      PHP - Achieve Anything
"The Internet is becoming the town square for the global village of tomorrow. " - Bill Gates
Windows 7 Forums

Slingers

  • Coppermine newbie
  • Offline Offline
  • Posts: 18
Re: Change "Home" label in breadcrumb
« Reply #2 on: November 08, 2007, 10:09:21 pm »

 ;D ;D ;D

Thanks worked a treat
Logged
Pages: [1]   Go Up
 

Page created in 0.022 seconds with 15 queries.