From 3d937c941eacf4f008b56ccdf5e87a4022ead2b5 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Fri, 22 Nov 2024 00:23:18 +0700 Subject: [PATCH] Updated --- styles/templates/default/viewtopic.tpl | 1 + viewtopic.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/styles/templates/default/viewtopic.tpl b/styles/templates/default/viewtopic.tpl index ac3f08ce5..7e89e5524 100644 --- a/styles/templates/default/viewtopic.tpl +++ b/styles/templates/default/viewtopic.tpl @@ -428,6 +428,7 @@ function build_poll_add_form (src_el)

{POLL_IMG} {QUOTE_IMG}{POST_BTN_SPACER} + {PIN_POST_IMG}{POST_BTN_SPACER} {EDIT_POST_IMG}{POST_BTN_SPACER} {DELETE_POST_IMG}{POST_BTN_SPACER} {CODE_IMG} diff --git a/viewtopic.php b/viewtopic.php index 1dfc86a4a..a049679f1 100644 --- a/viewtopic.php +++ b/viewtopic.php @@ -706,7 +706,7 @@ for ($i = 0; $i < $total_posts; $i++) { 'QUOTE' => $quote_btn, 'EDIT' => $edit_btn, - 'PIN_POST' => $pin_btn, + 'PIN' => $pin_btn, 'DELETE' => $delpost_btn, 'IP' => $ip_btn,