get_row("SELECT * FROM ".$wpdb->prefix."allvideogallery_categories WHERE slug='$qid'"); $catid = $category->id; } if( isset($_GET['sort']) ) { $sort = $_GET['sort']; } if($catid || $sort) { $gallery = new Videos(); $output = $gallery->buildGallery( $profileid, $catid, $sort, $count ); } else { $gallery = new Categories(); $output = $gallery->buildGallery( $profileid, $count ); } return $output; } } ?>