[SOLVED] Custom next/prev -links to news module pagination
Posted: Wed Mar 13, 2013 9:07 am
How can I change the default pagination links >> to ยป
Content management as it is meant to be
https://forum.cmsmadesimple.org/
Code: Select all
>>
Code: Select all
»
Thanks Rolf!Rolf wrote:Uhm they are in the language file I think
Read http://docs.cmsmadesimple.org/customizi ... ge-strings
Rolf
Code: Select all
<?php
$lang['firstpage'] = '«';
$lang['prevpage'] = '‹';
$lang['nextpage'] = '›';
$lang['lastpage'] = '»';
?>