page_redir(); $assign_arry = array(); $sort = $_GET['sort']; $cond = array("category"=>mysql_clean($_GET['cat']),"date_span"=>$_GET['time'], "active"=>"yes"); $table_name = "photos"; $cond = build_sort_photos($sort, $cond); $page = mysql_clean($_GET['page']); $get_limit = create_query_limit($page,MAINPLIST); $clist = $cond; $clist['limit'] = $get_limit; $photos = get_photos($clist); $collections = $cbcollection->get_collections($clist); //Collecting Data for Pagination $ccount = $cond; $ccount['count_only'] = true; $total_rows = get_photos($ccount); $total_pages = count_pages($total_rows,MAINPLIST); //Pagination $link==NULL; $extra_params=NULL; $tag='