add login in book page

This commit is contained in:
Your Name
2021-07-14 14:36:44 +03:00
parent 8b3a8277e1
commit e83b1df170
2 changed files with 5 additions and 0 deletions

View File

@@ -38,6 +38,10 @@ function product_kuri($slug){
function category_kuri($category = 'knigi', $filter = 'all', $page = 1){
if (SUBSTATUS == 1)
$category = 'gazeta';
$cats = api_cats();
$books = api_books_kuri($category, $filter, $page);