thank you very much
help:how to change 'Return' to 'back'?
-
heenji
help:how to change 'Return' to 'back'?
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
thank you very much
Re: help:how to change 'Return' to 'back'?
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'?
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!!!
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!!!

