coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: Rydel on August 30, 2004, 11:03:42 PM

Title: Page Titles
Post by: Rydel on August 30, 2004, 11:03:42 PM
Right now, the page title is "vPlane- Home". How can I change it to "vPlane- Gallery"?
Title: Re: Page Titles
Post by: mstralka on August 30, 2004, 11:56:27 PM
In lang/english.php (or whatever language) find:

$lang_list_categories = array(
  'home' => 'Home',

Replace with:

$lang_list_categories = array(
  'home' => 'Gallery',


Cheers