diff options
Diffstat (limited to 'theme/admin/html')
-rw-r--r-- | theme/admin/html/page/search.php | 4 | ||||
-rw-r--r-- | theme/admin/html/post/search.php | 4 |
2 files changed, 8 insertions, 0 deletions
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> diff --git a/theme/admin/html/post/search.php b/theme/admin/html/post/search.php index 835a4ef..1afc5e7 100644 --- a/theme/admin/html/post/search.php +++ b/theme/admin/html/post/search.php @@ -21,4 +21,8 @@ <?php echo $post; ?> <?php endforeach; ?> </div> + +<?php if($PAGINATION): ?> + <?=$PAGINATION['HTML']?> +<?php endif ?> </main> |