Change Home to Album Home in gallery links Change Home to Album Home in gallery links
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Change Home to Album Home in gallery links

Started by floridaflatlander, March 04, 2009, 08:21:45 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

floridaflatlander

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


Fabricio Ferrero

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 ;)
Read Docs and Search the Forum before posting. - Soporte en español
--*--
Fabricio Ferrero's Website

Catching up! :)

floridaflatlander

Thanks

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

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

Thanks

floridaflatlander

PS thanks on the note for upgrade

Will do tonight

Thanks Again
Sj

Fabricio Ferrero

Your're welcome, thanks for coming back and mark the topic as solved ;)
Read Docs and Search the Forum before posting. - Soporte en español
--*--
Fabricio Ferrero's Website

Catching up! :)