coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: floridaflatlander on March 04, 2009, 08:21:45 PM

Title: Change Home to Album Home in gallery links
Post by: floridaflatlander on March 04, 2009, 08:21:45 PM
Using 1.4.2

I want to change the Home in the front page at http://www.steinhatcheeriverchamber.org/Photographs/index.php to "Album Home",

I found this in the forums http://forum.coppermine-gallery.net/index.php/topic,8715.msg39104.html#msg39104

and changed

$lang_list_categories = array(
  'home' => 'Home',

to

$lang_list_categories = array(
  'home' => 'Album Home',

in the english.php

However, the link still says "Home" not "Album Home".

Can someone inform me which files I can go to to change this?

Thanks
SJ

Title: Re: Change Home to Album Home in gallery links
Post by: Fabricio Ferrero on March 04, 2009, 09:02:15 PM
Go to your language file and modify it to fit your needs.

QuoteUsing 1.4.2
You meant 1.4.20 Anyways, please, update to 1.4.21 a.s.a.p ;)
Title: Re: Change Home to Album Home in gallery links
Post by: floridaflatlander on March 04, 2009, 09:25:04 PM
Thanks

That did it, I changed the above in the wrong place

The correct line was about line 113 in the english.php

Thanks
Title: Re: Change Home to Album Home in gallery links
Post by: floridaflatlander on March 04, 2009, 09:35:55 PM
PS thanks on the note for upgrade

Will do tonight

Thanks Again
Sj
Title: Re: Change Home to Album Home in gallery links
Post by: Fabricio Ferrero on March 04, 2009, 11:35:32 PM
Your're welcome, thanks for coming back and mark the topic as solved ;)