mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 02:01:33 +00:00
Fix links() error on rest of the cover related pages
This commit is contained in:
@@ -86,7 +86,12 @@ class AdultController extends BasePageController
|
||||
$this->smarty->assign('orderby'.$ordertype, WWW_TOP.'/xxx?t='.$category.$browseby_link.'&ob='.$ordertype.'&offset=0');
|
||||
}
|
||||
|
||||
$this->smarty->assign('results', $movies);
|
||||
$this->smarty->assign(
|
||||
[
|
||||
'resultsadd'=> $movies,
|
||||
'results' => $results,
|
||||
]
|
||||
);
|
||||
|
||||
$meta_title = 'Browse XXX';
|
||||
$meta_keywords = 'browse,xxx,nzb,description,details';
|
||||
|
||||
Reference in New Issue
Block a user