aboutsummaryrefslogtreecommitdiffstats
path: root/theme/default
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2021-07-22 21:04:02 +0200
committerThomas Lange <code@nerdmind.de>2021-07-22 21:04:02 +0200
commitcb9097e0199cf6afca3f144edb7d7addaec1cb59 (patch)
treeb4aff017f6a8c22b4b32c8316f4ae3b887bcbd3a /theme/default
parentae38025d1d03ef3fa12c73b8ea48af3df02e2351 (diff)
downloadblog-cb9097e0199cf6afca3f144edb7d7addaec1cb59.tar.gz
blog-cb9097e0199cf6afca3f144edb7d7addaec1cb59.tar.xz
blog-cb9097e0199cf6afca3f144edb7d7addaec1cb59.zip
Add pagination for search results
Add pagination for search results in the admin and default theme.
Diffstat (limited to 'theme/default')
-rw-r--r--theme/default/html/search/result.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/theme/default/html/search/result.php b/theme/default/html/search/result.php
index 2dac0ec..8de0e25 100644
--- a/theme/default/html/search/result.php
+++ b/theme/default/html/search/result.php
@@ -34,3 +34,5 @@
<?php echo $post; ?>
<?php endforeach; ?>
</div>
+
+<?=$PAGINATION['HTML']?>