From ecd3c9fa0b59c02bfcea4d5294de647106f6f2f2 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 d9b3333556fc8d97c20ec1d7b525e27cab6903aa. With this - now reverted - commit, the prev/next arrows in pagination were swapped because they were the wrong way around. Unfortunately, later on, in ebb852d400b3a07348cc8faeb7f4d9ab25822b14, 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. Should fix #625 for good this time. 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}