On a page like http://localhost/sitename/?q=category/tags/tag1 I've got a layout that's decided by page.tpl.php and then some more fine grained .tpl.php files.
For blogs I'm using page-blogs.tpl.php, for events I have events.tpl.php etc. How can I get a similar page just for the category url's? The reason is that this page.tpl.php is also used for other pages than the categories and I'd rather not put all kind of messy if/else in page.tpl.php
page-category.tpl.php doesn't seem to work.
Any ideas?
Thanks, Stef