Remove loading of pager.tpl

This commit is contained in:
DariusIII
2018-04-13 15:51:13 +02:00
parent 0422a3a08f
commit 1f5f4d44ed
-3
View File
@@ -61,9 +61,6 @@ class AdultController extends BasePageController
$browseby_link = '&title='.$title.'&actors='.$actors.'&director='.$director.'&genre='.$genre;
$pager = $this->smarty->fetch('pager.tpl');
$this->smarty->assign('pager', $pager);
if ((int) $category === -1) {
$this->smarty->assign('catname', 'All');
} else {