Page 1 of 1

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

Posted: Thu Nov 02, 2006 1:48 am
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 :)

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

Posted: Thu Nov 02, 2006 4:02 am
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...

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

Posted: Thu Nov 02, 2006 12:37 pm
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!!!