mirror of
https://github.com/Karaka-Management/oms-Draw.git
synced 2026-02-12 13:18:41 +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
|
* @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'];
|
$images = $this->data['images'];
|
||||||
|
|
||||||
echo $this->data['nav']->render(); ?>
|
echo $this->data['nav']->render(); ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user