singleval($gettotcat);
//file
//$gettotfile = 'select count(id) from file';
//$params['TOTFILE'] = $conn->singleval($gettotfile);
//mp4
//$gettotmp4 = 'select count(id) from file where ext = "mp4"';
//$params['TOTMP4'] = $conn->singleval($gettotmp4);
//3gp
//$gettot3gp = 'select count(id) from file where ext = "3gp"';
//$params['TOT3GP'] = $conn->singleval($gettot3gp);
$rowsPerPage=12;
$pagingqry = "select * from category where parentid = ".$parentid. ' order by kram desc';
$gets='?';
$pagelink = BASE_PATH.'category/'.$parentid.'/';
$htmlpage = '/'.$_GET['ht'].'.html';
include("includes/paging.php");
$CATEGORY = $db->query($pagingqry.$limit);
?>
';
}
if($LOGO != '')
{
echo '
';
include 'c'.$agent_ext;
echo '
';
}
else
include 'i'.$agent_ext;
?>
}
?>