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: Home page column headings  (Read 2794 times)

0 Members and 1 Guest are viewing this topic.

mbross

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
Home page column headings
« on: December 26, 2007, 03:49:39 pm »

I am a new Coppermine user.

After a very detailed search of the forums, I have not been able to find an answer to my question, which seems to apply to all themes.

Three columns are listed on the home page: "Categories," "Albums" and "Files." How can I change "Files" to "Pictures?"
« Last Edit: December 26, 2007, 07:33:20 pm by Frantz »
Logged

François Keller

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: fr
  • Offline Offline
  • Gender: Male
  • Posts: 9094
  • aka Frantz
    • Ma galerie
Re: Home page column headings
« Reply #1 on: December 26, 2007, 04:10:30 pm »

in the lang/english.php file search
Code: [Select]
$lang_cat_list = array(
  'category' => 'Category',
  'albums' => 'Albums',
  'pictures' => 'Files',
);
and change Files with pictures or what you want
Logged
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

mbross

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
Re: Home page column headings
« Reply #2 on: December 26, 2007, 06:30:46 pm »

Frantz, thanks for your help. I was able to change it without a problem. I am grateful.
Logged
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 20 queries.