"Read more" variable in news import i need to change the "Read more" variable in news import but i can't find it anywhere. Could you tell me where it is located?
"Read more" variable in news import You are looking for the following two lines in cadmin/mod_news.php: Code: MkArea ("$words[NE]", "newstext1[$n]", "$odescription[$n]nn[url=$olink[$n]]$words[REM][/url]"); and Code: MkArea ("$words[NE]", "newstext1[$n]", "[url=$olink[$n]]$words[REM][/url]"); $words[REM] = Read more
"Read more" variable in news import ok, but where i have to modify the Read More text in $words[REM] variable?