I am looking for a way to create a special template for a category. I created a taxonomy for the tags. The Url structure for the overview page of the tagged articles for one specific tag is for example:
/category/tags/testtag2
How can I create a template file for the 'tags' category?
I created a file named node-view-tags.tpl.php but drupal does not use it for the overview pages.
How can I do that?