add books

This commit is contained in:
Andrey Kuvshinov
2020-05-16 18:36:20 +03:00
parent ad701b1bde
commit 003d8d3c2b
3 changed files with 10 additions and 3 deletions

View File

@@ -243,6 +243,8 @@ function clients_arch($page = 16, $category_id = 1, $filter = 'all'){
WHERE
category_id = $category_id
$between
AND
`active` = 1
LIMIT 1
";
@@ -257,6 +259,8 @@ function clients_arch($page = 16, $category_id = 1, $filter = 'all'){
WHERE
category_id = $category_id
$between
AND
`active` = 1
ORDER BY
price_id DESC
LIMIT $limit

View File

@@ -237,9 +237,12 @@ input[type="email"],input[type="password"]{
font-size: 150%;
}
#menu_category{
margin-bottom: 12px;
}
#year_filter{
margin-top: 12px;
margin-bottom: 12px;
margin-bottom: 12px;
}
@media screen and (max-width: 1000px) {

View File

@@ -4,7 +4,7 @@
<//base href="<?=SITE?>">
<script src="/pub/scripts/pdf.min.js"></script>
<script src="/pub/scripts/anviewer.js?ver=51"></script>
<link rel="stylesheet" type="text/css" href="/pub/css/an.css?ver=61">
<link rel="stylesheet" type="text/css" href="/pub/css/an.css?ver=62">
<link rel="icon" type="image/ico" href="https://argumenti.ru/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/pub/fontawesome/css/all.css">