I would like to change the name of the main menu item "My Favorites" to simply "Favorites". How would I accomplish this? Thanks!
Hi,
Open your language file, for example /lang/english.php
Find:
'fav_lnk' => 'My Favorites',
and change it to suit.
Thanks for your help!