I appoligize if this is a ridiculously easy question to answer, but I would like to change the words "Album List" to say "Home" instead in the header that appears on every page.
What php file should/can I modify to do this???
Thank you so much in advance!
With appoligies from the n00b :wink:
Easy. There's a bunch of 'language' files in the 'lang' directory.
Find the one for the language(s) you are interested in, and edit them. All(most) of the text used by Coppermine in in these files.
Changing it to home might confuse things, as it is not a home link. If you are in a category, it goes to the album list of the category you are in.
It would be better for you if you add a new link next to it for the home.
see this thread for how, http://forum.coppermine-gallery.net/index.php?topic=3387
Thank you both very much! Jack, while your solution was easier to implement (and taught me that I can change ALL sorts of things :P ) I used Casper's suggestion and actually added a link (and took out 2 that I don't use - last comments and top rated)
I appreciate both of you taking the time to post those eloquent solutions. I just learned some things I didn't know! Thanks!!! :D
Glad to have helped :wink:
just a point to note, when you take out links, you should leave any commented bits of code, such as <!-- START album_list --> <!-- END album_list -->
Removal of these may cause problems. Just remove, or comment out, the code between the comments.