CESync Publish time 2012-07-26 11:35

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.

CESync Publish time 2012-07-26 12:22

Yes, I fined: http://codersclub.org/discuzx/forum.php?mod=viewthread&tid=983&highlight=navigation

vot Publish time 2012-07-26 12:38

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]
View full version: How to modify the navigation text?