add books
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user