summaryrefslogtreecommitdiff
path: root/themes/_includes/components/pagination.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/_includes/components/pagination.html')
-rw-r--r--themes/_includes/components/pagination.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/themes/_includes/components/pagination.html b/themes/_includes/components/pagination.html
deleted file mode 100644
index 524cc8f..0000000
--- a/themes/_includes/components/pagination.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<div class="pagination">
- $if(previousPageNum)$
- <a href="$previousPageUrl$" class="previous">&larr; Vorherige</a>
- $else$
- <span>&nbsp;</span>
- $endif$
-
- <span class="page_number">Seite $currentPageNum$ von $numPages$</span>
-
- $if(nextPageNum)$
- <a href="$nextPageUrl$" class="next">Nächste &rarr;</a>
- $else$
- <span>&nbsp;</span>
- $endif$
-</div>