help:how to change 'Return' to 'back'?

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
heenji

help:how to change 'Return' to 'back'?

Post by heenji »

hi,every one,i want to make the 'Return' term in the news detail page to some word like 'back',could every one help me?

thank you very much :)
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: help:how to change 'Return' to 'back'?

Post by Dr.CSS »

FTP to your site go to modules/News/lang open the lang. file and find the second set of $lang, line 89 in english file, $lang['news_return'] = 'Return'; change 'Return' to your choice...
heenji

Re: help:how to change 'Return' to 'back'?

Post by heenji »

thank you very much  :)

but i create a user defined tag named "mybackbutton",and add the following :

-------------------------------------------------------
$mybutton= "";
echo $mybutton;
-------------------------------------------------------

then i add the tag to my news template.you give me another method,thank you!!!
Locked

Return to “CMSMS Core”