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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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