[solved] change entry footer text

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
doileir
Posts: 2
Joined: Tue Mar 04, 2008 7:46 am

[solved] change entry footer text

Post by doileir »

would liked to change the entry footer text to say
category category list | Comments (0) instead of in category list | Comments (0)
using bulletproof template
Last edited by doileir on Thu Mar 06, 2008 5:01 am, edited 1 time in total.
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: change entry footer text

Post by yellowled »

doileir wrote:would liked to change the entry footer text to say
category category list | Comments (0) instead of in category list | Comments (0)
using bulletproof template
If I'm getting this right, all you want to do is replace the "in" with "Categories", right? Just replace every instance of {$CONST.IN} with {$CONST.CATEGORIES} in entries.tpl - and be aware of the fact that this will be overwritten by any BP/s9y update you make, so you're going to have to make a backup of your edited entries.tpl.

YL
doileir
Posts: 2
Joined: Tue Mar 04, 2008 7:46 am

Post by doileir »

thanks did the trick

I had tried that before but in only had changed the first $CONST.IN didn't realize there were more in the file
Post Reply