s
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user