{$entry->morelink} »
the » creates the same arrow as my graphic but it's grey rather than pink and I'm not that bothered about stylingit further.
Any idea how to get 'Return' to say 'Back to news'?
Also if I have my pagelimit set to 5 as below:
Code: Select all
{news moretext="read more" detailpage="newsdetail" pagelimit="5"}Code: Select all
{if $pagecount > 1}
<p>{if $pagenumber > 1}
{$firstpage} {$prevpage}
{/if}
{$pagetext} {$pagenumber} {$oftext} {$pagecount}
{if $pagenumber < $pagecount}
{$nextpage} {$lastpage}
{/if}</p>
{/if}


