The method of changing Imperial cms to English Navigation
This article will explain in detail the method of changing Imperial cms to English navigation for you. The editor thinks it is very practical, so I share it for you as a reference. I hope you can get something after reading this article.
How does Imperial cms change English navigation?
This paper describes the method of changing newsnav tags to English navigation by Imperial cms. Share it with you for your reference. The specific implementation methods are as follows:
Imperial CMS will use it when changing "home page" to "Home" as an English website. The easiest way is to modify the Imperial CMS language pack. Of course, there are other ways.
Modify method:
Open\ e\ data\ language\ gb\ pub\ fun.php
The code is as follows:
'index'= > Home', 'navfh'= >' >', 'pripage'= >' previous Page, 'nextpage'= >' next Page, 'lastpage'= >' Last Page, 'startpage'= >' Home Page, 'gotos'= >', 'gotol'= >' Page, 'goto'= >' go to:', 'forpage'= >' Page order:', 'evpage'= >' per Page, 'trecord'= >' Total' 'textprepage'= >' previous', 'textnextpage'= >' next', 'admintrecord'= >' Total', 'adminpripage'= >' previous', 'adminnextpage'= >' next', 'adminlastpage'= >' Last', 'adminstartpage'= >' Home'
Change the home page to HOME:
The code is as follows:
'index'= >' HOME', 'navfh'= >' >', 'pripage'= >' previous page, 'nextpage'= >' next page', 'lastpage'= >' last page', 'startpage'= >' home page', 'gotos'= >' 'gotol'= >' page', 'goto'= >' go to:', 'forpage'= >' page order:', 'evpage'= >' per page', 'trecord'= >' Total', 'textprepage'= >' previous page' Textnextpage'= > next page, admintrecord'= > Total page, adminpripage'= > previous page, adminnextpage'= > next page, adminlastpage'= > last page, adminstartpage'= > home page
Modify other English words in the same way.
On the Imperial cms to English navigation methods to share here, I hope that the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.