This commit is contained in:
Name
2021-10-14 13:16:48 +03:00
parent ec6a91986b
commit be2a063145
5 changed files with 37 additions and 42 deletions

View File

@@ -65,6 +65,8 @@ function category_kuri($category = '', $filter = 'all', $page = 1){
$cats = api_cats();
$parts = api_parts();
$books = api_books_kuri($filter, $page);
$baseurl = SITE."category/$category/$filter/";
@@ -91,7 +93,7 @@ function category_kuri($category = '', $filter = 'all', $page = 1){
if (isset($cats[$category])){
$breadcrumbs['page'] = $pagetitle;
}
$tempcontent = VIEWPATH.'books.phtml';
include VIEWPATH.'layout.phtml';