Is there a way to alter the date information on the Last Additions. Ideally I am looking for a way to add "added" as a prefix to the date. i.e "Sep 25, 2008" becomes "added Sep 25, 2008"
Modify your language file eg. lang/english.php
thanks nibbler
please could you be more specific of which line and coding is to changed?
Change
$lastup_date_fmt = '%B %d, %Y';
to
$lastup_date_fmt = 'added %B %d, %Y';
thank you so much!
your coding did the trick!
crl
:)