add books
This commit is contained in:
@@ -243,6 +243,8 @@ function clients_arch($page = 16, $category_id = 1, $filter = 'all'){
|
|||||||
WHERE
|
WHERE
|
||||||
category_id = $category_id
|
category_id = $category_id
|
||||||
$between
|
$between
|
||||||
|
AND
|
||||||
|
`active` = 1
|
||||||
LIMIT 1
|
LIMIT 1
|
||||||
";
|
";
|
||||||
|
|
||||||
@@ -257,6 +259,8 @@ function clients_arch($page = 16, $category_id = 1, $filter = 'all'){
|
|||||||
WHERE
|
WHERE
|
||||||
category_id = $category_id
|
category_id = $category_id
|
||||||
$between
|
$between
|
||||||
|
AND
|
||||||
|
`active` = 1
|
||||||
ORDER BY
|
ORDER BY
|
||||||
price_id DESC
|
price_id DESC
|
||||||
LIMIT $limit
|
LIMIT $limit
|
||||||
|
|||||||
@@ -237,8 +237,11 @@ input[type="email"],input[type="password"]{
|
|||||||
font-size: 150%;
|
font-size: 150%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#menu_category{
|
||||||
|
margin-bottom: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
#year_filter{
|
#year_filter{
|
||||||
margin-top: 12px;
|
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<//base href="<?=SITE?>">
|
<//base href="<?=SITE?>">
|
||||||
<script src="/pub/scripts/pdf.min.js"></script>
|
<script src="/pub/scripts/pdf.min.js"></script>
|
||||||
<script src="/pub/scripts/anviewer.js?ver=51"></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">
|
<link rel="icon" type="image/ico" href="https://argumenti.ru/favicon.ico">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="/pub/fontawesome/css/all.css">
|
<link rel="stylesheet" href="/pub/fontawesome/css/all.css">
|
||||||
|
|||||||
Reference in New Issue
Block a user