I'd like to create two different styles of category template that are accessed via different urls.
Specifically, I want the blog sidebar to call the category template as normal (category.php via http://site.com/?cat=1), but I want a different template that I can use elsewhere as a popup - ideally via a different url.
Is this at all possible?