Is it right, that the name of a category only is given in the category class ?
Yes, indexu system is centralized. What you're looking for in in category.class.php. Indexu class file is self-explained. I have put a lot of comment on it so you can modify as you need.
In top of class, I have listed variables/attribute and function/method you can use. Just search for what you need.
PHP Code:
var $separator = "::";
var $header = "";
var $image_path = "";
..........................
// GetAccessPermission($cat)
// GetContent($cat)
// GetMetaKeyword($cat)
// GetMetaDescription($cat)
// Display()
// UpdateNumberOfLinksInAllCategories()
// UpdateNumberOfLinksInCategory($cat_id)
// GetAddLinkPermission($cat)
// GetCategoryName($cat)
// DisplayCategoryListBox($cat,$show_main_category=false)
.........................