Page 1 of 1

language-text: categorys?

Posted: Fri May 28, 2010 2:44 am
by sph
hello community, hello garvin,

i'm trying to style the frontend of my fresh s9y-1.5.3 installation and i want to alter the "category" text in the entry-footer - but i have no idea where this text is located.

the default-output is something like:
in category1, category2
...and i'm looking for the word in. the template is using {$CONST.IN}, but where's the corresponding text?

any help welcome,

thanx in advance,


sph

Re: language-text: categorys?

Posted: Fri May 28, 2010 9:38 am
by garvinhicking
Hi!

Either you can replace {$CONST.IN} in the template files and simply enter the string you'd like there. Or you can edit the lang/serendipity_lang_XX.inc.php file and there change the "IN" constant to the string you'd like.

HTH,
Garvin

Re: language-text: categorys?

Posted: Fri May 28, 2010 11:53 am
by sph
hi!
edit the lang/serendipity_lang_XX.inc.php file and there change the "IN" constant
that's what i tried to - but changes in my language-file...


...okay, got it. i altered the wrong file, my blog is using the ones filed under "UTF-8", not the ones in the lang/-directory :oops:


thank you!