I know I can change the moretext in the newsmodule (moretext="YOURTEXT") but is it also possible to change the return-text?
Hope I get help...

Code: Select all
<div id="NewsPostDetailReturnLink">{$return_url}</div>
Code: Select all
<div id="NewsPostDetailReturnLink">Your text...</div>


Ohh yeah, shoot. A little bit to quick... :-\Het punt is alleen dat met jouw optie het geen link wordt
Code: Select all
<div id="NewsPostDetailReturnLink">
<a href="{$return_url}">Your text</a>
</div>