PDA

View Full Version : rename Category question!?


chegie
04-06-2006, 02:28 PM
I have question!

How could I change "Category:" in

Category: [people]

into other name like "Gallery:" ???



Grateful,
chegie

Joe[y]
04-06-2006, 04:52 PM
you can change the variables in your language file:

for example in lang_english.php you should change:


$lang_category_singular = "Category:";
$lang_category_plural = "Categories:";

chegie
04-06-2006, 09:13 PM
tnx!
i forgot for that..