hey nice, template!
I found a bug though when you enter a category with say 20 videos, the part at the bottom of the page where it says page 1 of 2 etc, then theres a link "next >" is coded for the groups page instead
you need to change a part of the file: inner_category_home.htm in the /templates folder on line 171 and 172 to:
<a href="category_home.php?page=[var.prev_page]&cid=[var.channel]">[var.pl][/url]
<a href="category_home.php?page=[var.next_page]&cid=[var.channel]">
this seems to work. Not sure if this is a general error with the main script or just specific to the template, but anyway no big deal

thanks for the template! cya