From cb9097e0199cf6afca3f144edb7d7addaec1cb59 Mon Sep 17 00:00:00 2001
From: Thomas Lange <code@nerdmind.de>
Date: Thu, 22 Jul 2021 21:04:02 +0200
Subject: Add pagination for search results

Add pagination for search results in the admin and default theme.
---
 theme/admin/html/page/search.php | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'theme/admin/html/page')

diff --git a/theme/admin/html/page/search.php b/theme/admin/html/page/search.php
index 240e512..906502f 100644
--- a/theme/admin/html/page/search.php
+++ b/theme/admin/html/page/search.php
@@ -21,4 +21,8 @@
 		<?php echo $page; ?>
 	<?php endforeach; ?>
 </div>
+
+<?php if($PAGINATION): ?>
+	<?=$PAGINATION['HTML']?>
+<?php endif ?>
 </main>
-- 
cgit v1.2.3