Which template controls the category pages?

Hi everybody,

maybe a very simple question.
When i click on a category in the category tree, a page opens that shows subcategory images (if they exist) and the products in this category.

Which template(s) control(s) that page? In particular, which template builds the subcategory icons (as defined in the backend’s category image section)?

Here is an example page: http://www.werbetopshop.de/Kalender/
I want to format the subcategory images with a style, and therefore need to know where to add my code snippet.

Thanks in advance
Peter

Ok, i found the answer myself…

Open list.tpl and search [{if $category->getIsVisible()}]
In the <a …> tag insert your class definition.

peri

This is the best way of learning Peri. If you find a thing by yourself you will never forget how to do it again.I did not know about making joomla templates then i gave challenge to me that i should be the best in making website templates .I worked hard and now i am the best.

thats smarty mixed with html :wink: