From a66a383f2fa094e6f3e2fac2c9915602da3660a6 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Mon, 23 Jan 2023 18:23:29 +0700 Subject: [PATCH] Added showing post number in viewtopic --- styles/templates/default/viewtopic.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/templates/default/viewtopic.tpl b/styles/templates/default/viewtopic.tpl index c60c2882a..bd6d136bc 100644 --- a/styles/templates/default/viewtopic.tpl +++ b/styles/templates/default/viewtopic.tpl @@ -378,7 +378,7 @@ function build_poll_add_form (src_el)

{MINIPOST_IMG_NEW}{MINIPOST_IMG} - {postrow.POST_DATE} + {postrow.POST_DATE} | #{postrow.POST_NUMBER} ({L_POSTED_AFTER} {postrow.POSTED_AFTER})