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
@@ -89,7 +89,12 @@ class ConsoleController extends BasePageController
}
}
$this->smarty->assign('results', $consoles);
$this->smarty->assign(
[
'resultsadd'=> $consoles,
'results' => $results,
]
);
$meta_title = 'Browse Console';
$meta_keywords = 'browse,nzb,console,games,description,details';