From 7dfc73d60f8d9eec89a46115e1198773f89e536a Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 2 May 2024 22:54:37 +0000 Subject: [PATCH] Went through todos --- Theme/Backend/draw-list.tpl.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Theme/Backend/draw-list.tpl.php b/Theme/Backend/draw-list.tpl.php index dd85249..4a706e9 100755 --- a/Theme/Backend/draw-list.tpl.php +++ b/Theme/Backend/draw-list.tpl.php @@ -16,11 +16,6 @@ declare(strict_types=1); * @var \phpOMS\Views\View $this */ -$footerView = new \phpOMS\Views\PaginationView($this->l11nManager, $this->request, $this->response); -$footerView->setTemplate('/Web/Templates/Lists/Footer/PaginationBig'); -$footerView->setPages(20); -$footerView->setPage(1); - $images = $this->data['images']; echo $this->data['nav']->render(); ?>