Fix links() error on rest of the cover related pages

This commit is contained in:
DariusIII
2018-05-09 10:50:21 +02:00
parent 2f52c0261d
commit 8ecda4ee08
17 changed files with 37 additions and 16 deletions
+6 -1
View File
@@ -86,7 +86,12 @@ class BooksController extends BasePageController
$this->smarty->assign('orderby'.$ordertype, WWW_TOP.'/books?t='.$category.$browseby_link.'&ob='.$ordertype.'&offset=0');
}
$this->smarty->assign('results', $books);
$this->smarty->assign(
[
'resultsadd'=> $books,
'results' => $results,
]
);
$meta_title = 'Browse Books';
$meta_keywords = 'browse,nzb,books,description,details';