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

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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