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

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
Stosh
Regular
Posts: 77
Joined: Mon Oct 12, 2009 11:47 pm

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

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

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

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply