<?php
if ( in_category('8') ) {
    include(TEMPLATEPATH . '/category/category_public.php');
} else {
    include(TEMPLATEPATH . '/category/category_members.php');
}
?>