PDA

View Full Version : wanted: category hack


magnuskock
01-11-2006, 06:24 PM
hi, i was just wondering, is it possible to change the way <IMAGE_CATEGORY> looks on image-page?

i want to get rid of the word "categories", i only want the category names to show.

thanks

eon
01-11-2006, 07:15 PM
You don't need a hack, just look in your language-file.

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


New:
// Category
$lang_category_singular = "";
$lang_category_plural = "";

magnuskock
01-13-2006, 10:41 AM
thank you very much!