function is_category ($category = '') {
    global $wp_query;

    if ( !$wp_query->is_category )
        return false;