mirror of
https://github.com/Karaka-Management/oms-Draw.git
synced 2026-01-23 03:28:40 +00:00
Went through todos
This commit is contained in:
parent
899014079e
commit
7dfc73d60f
|
|
@ -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(); ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user