lk redesign

This commit is contained in:
Your Name
2020-05-19 15:56:30 +03:00
parent 818a7141a0
commit 3ba159f513
4 changed files with 160 additions and 20 deletions

View File

@@ -82,10 +82,6 @@ function addcard($id, $date) {
function mybooks_kuri($category = 'gazeta', $filter = 'all', $page = 1){
echo 'функция:'.__FUNCTION__;
$login = check_login_kuri();
@@ -93,7 +89,7 @@ function mybooks_kuri($category = 'gazeta', $filter = 'all', $page = 1){
header('Location: '.SITE.'login');
exit;
}
$type='mybooks';
if ($category == 'gazeta')
$category_id = 1;
elseif ($category == 'books')