Page 1 of 1

Change 'Next' / 'Previous' to 'Older' / 'Newer'

Posted: Sun May 23, 2010 6:06 pm
by Stosh
Hello,

The index pages (the one with multiple entries) display the labels "Next Page >>" and "<<Previous Page".

I'd like to change them to "<< Older Entries" and "Newer Entries >>" respectively (or something similar).

But I'm not sure how to do that. It looks as though, these are PHP constants listed somewhere in a source code file. Would these be in a language file somewhere?

Thanks for your help.

-John

Re: Change 'Next' / 'Previous' to 'Older' / 'Newer'

Posted: Sun May 23, 2010 8:41 pm
by garvinhicking
Hi!

These are simple language constants. You can either edit those inside the lang/serendipity_lang_XX.inc.php file, or you could change it directly inside your template's "entries.tpl" file. There search for "PREVIOUS" and "NEXT", and you could write actual text there instead of constants.

HTH,
Garvin