How to modify the navigation text?
How to modify the navigation text.Modify the "Space" into the "Home".
Modify the "Application" into the "App".
Or add a new navigation.
Yes, I fined: http://codersclub.org/discuzx/forum.php?mod=viewthread&tid=983&highlight=navigation 1) Find the interesting menu item in adminCP -> Styles -> Navigation.
2) Remember the item ID.
3) Edit the language file /source/language/lang_setting.php
4) Find the variable "nav_YOUR-ID" and edit the value as you wish.
5) Save the file.
6) Cleant the cache.
i.e. was:
'nav_4' => 'Space',//'家园',
edit to:
'nav_4' => 'Home',//'家园',
Pages:
[1]