[Solved]: Changing the name of menu item [Solved]: Changing the name of menu item
 

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

[Solved]: Changing the name of menu item

Started by landa, April 07, 2004, 10:24:14 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

landa

I would like to change the name of the main menu item "My Favorites" to simply "Favorites". How would I accomplish this? Thanks!

Nibbler

Hi,

Open your language file, for example /lang/english.php

Find:

'fav_lnk' => 'My Favorites',

and change it to suit.

landa