Home page column headings Home page column headings
 

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]

Main Menu

Home page column headings

Started by mbross, December 26, 2007, 03:49:39 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mbross

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?"

François Keller

in the lang/english.php file search
$lang_cat_list = array(
  'category' => 'Category',
  'albums' => 'Albums',
  'pictures' => 'Files',
);

and change Files with pictures or what you want
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

Frantz, thanks for your help. I was able to change it without a problem. I am grateful.