From e2c0c82aeb13c5f002a754bc9735559e18e2f8e5 Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Sat, 24 Aug 2019 08:39:01 +0200 Subject: [PATCH] Revert "Fix pagination for "stable archives" in themes." This reverts commit 4e662bf17c420cc997c39c9501cfe0df509d9a09 in parts. With this - now reverted - commit, the prev/next arrows in pagination were swapped because they were the wrong way around. Unfortunately, later on, the root cause was fixes by "unswapping" the prev/next links in core, so now the pagination arrows were ... eh ... wrongly swapped. So this commit has to be reverted. Backported from master branch. Signed-off-by: Thomas Hochstein --- templates/bulletproof/entries.tpl | 16 ++++------------ templates/timeline/entries.tpl | 16 ++++------------ templates/timeline/index.tpl | 16 ++++------------ 3 files changed, 12 insertions(+), 36 deletions(-) diff --git a/templates/bulletproof/entries.tpl b/templates/bulletproof/entries.tpl index 143bf521..5a8a70a7 100644 --- a/templates/bulletproof/entries.tpl +++ b/templates/bulletproof/entries.tpl @@ -418,14 +418,6 @@ {if $template_option.show_pagination == 'true' && $footer_totalPages > 1} {/if} diff --git a/templates/timeline/entries.tpl b/templates/timeline/entries.tpl index 2f9c641f..dcb2ce06 100644 --- a/templates/timeline/entries.tpl +++ b/templates/timeline/entries.tpl @@ -285,14 +285,6 @@ {if $footer_totalPages >1 } {/if} diff --git a/templates/timeline/index.tpl b/templates/timeline/index.tpl index 8f5fd10d..a2c78086 100644 --- a/templates/timeline/index.tpl +++ b/templates/timeline/index.tpl @@ -114,14 +114,6 @@ {if $footer_totalPages >1 && !isset($staticpage_pagetitle)} {/if}