Page Titles Page Titles
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Page Titles

Started by Rydel, August 30, 2004, 11:03:42 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Rydel

Right now, the page title is "vPlane- Home". How can I change it to "vPlane- Gallery"?

mstralka

In lang/english.php (or whatever language) find:

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

Replace with:

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


Cheers
GO IRISH