Page 1 of 1
[solved] change entry footer text
Posted: Tue Mar 04, 2008 8:02 am
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
Re: change entry footer text
Posted: Tue Mar 04, 2008 9:30 am
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
Posted: Thu Mar 06, 2008 4:59 am
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