coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: mbross on December 26, 2007, 03:49:39 PM

Title: Home page column headings
Post by: mbross 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?"
Title: Re: Home page column headings
Post by: François Keller on December 26, 2007, 04:10:30 PM
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
Title: Re: Home page column headings
Post by: mbross 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.