new design

This commit is contained in:
Your Name
2020-05-18 18:03:51 +03:00
parent 76e8b41223
commit dacb071f5c
6 changed files with 169 additions and 60 deletions

View File

@@ -52,7 +52,7 @@ function clientbuys_kuri($client_id, $page = 1, $category_id = 1, $group_id = nu
else
$between = '';
$limit = 25;
$limit = 28;
$countsql = "
SELECT
DISTINCT COUNT(buy_id) as count
@@ -226,7 +226,7 @@ function clientmail($mail, $hash){
//весь активный архив
function clients_arch($page = 16, $category_id = 1, $filter = 'all'){
$limit = 25;
$limit = 28;
if ($filter !== 'all'){