get_row("SELECT * FROM ".$wpdb->prefix."allvideogallery_profiles WHERE id=".$profileid); $categories = $wpdb->get_results("SELECT * FROM ".$wpdb->prefix."allvideogallery_categories"); $custid = ( $profile->custom_gallery_id ) ? $profile->custom_gallery_id : 'avs_gallery'; $custpage = ( $profile->custom_page_url ) ? $profile->custom_page_url : ''; $limit = $profile->rows * $profile->cols; $count = ( $count != 0 && $count < count($categories) ) ? $count : count($categories); $total = ceil( $count / $limit ); $start = isset( $_GET['start'] ) ? $_GET['start'] : 1; $limitstart = ($start - 1) * $limit; $limitend = $start * $limit; if($count < $limitend) $limitend = $count; $output = ''; $output .= '
';
$output .= '