From d8c57390ca6cb833d787ff4bc104578d36a7632c Mon Sep 17 00:00:00 2001 From: Jimako Date: Tue, 22 Mar 2022 18:23:24 +0100 Subject: [PATCH] forum - use the same markup (bootstrap) for pagination in forum and topic (Issue #4713) --- .../forum/shortcodes/batch/viewforum_shortcodes.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/e107_plugins/forum/shortcodes/batch/viewforum_shortcodes.php b/e107_plugins/forum/shortcodes/batch/viewforum_shortcodes.php index 80855eb8f..a1f4f23e5 100644 --- a/e107_plugins/forum/shortcodes/batch/viewforum_shortcodes.php +++ b/e107_plugins/forum/shortcodes/batch/viewforum_shortcodes.php @@ -921,7 +921,7 @@ // $url = e107::getUrl()->create('forum/thread/view', $urlparms); $title = $tp->lanVars(LAN_GOTOPAGEX, $aa); $url = e107::url('forum', 'topic', $urlparms) . '&p=' . $aa; - $opts[] = "{$aa}"; + $opts[] = "{$aa}"; } $text .= ' ... '; for($a = $pages - 3; $a <= $pages - 1; $a++) @@ -932,7 +932,7 @@ // $url = e107::getUrl()->create('forum/thread/view', $urlparms); $title = $tp->lanVars(LAN_GOTOPAGEX, $aa); $url = e107::url('forum', 'topic', $urlparms) . '&p=' . $aa; - $opts[] = "{$aa}"; + $opts[] = "{$aa}"; } } else @@ -946,16 +946,16 @@ // $url = e107::getUrl()->create('forum/thread/view', $urlparms); $title = $tp->lanVars(LAN_GOTOPAGEX, $aa); $url = e107::url('forum', 'topic', $urlparms) . '&p=' . $aa; - $opts[] = "{$aa}"; + $opts[] = "{$aa}"; } } if(deftrue('BOOTSTRAP')) { $text = ""; } else