mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
Update viewtopic.php
This commit is contained in:
parent
d23ef71b7d
commit
077359559b
1 changed files with 2 additions and 1 deletions
|
@ -594,7 +594,7 @@ for ($i = 0; $i < $total_posts; $i++) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Buttons
|
// Buttons
|
||||||
$pm_btn = $profile_btn = $delpost_btn = $edit_btn = $ip_btn = $quote_btn = '';
|
$pm_btn = $profile_btn = $delpost_btn = $edit_btn = $ip_btn = $quote_btn = $pin_btn = '';
|
||||||
|
|
||||||
if (!$poster_guest) {
|
if (!$poster_guest) {
|
||||||
$profile_btn = true;
|
$profile_btn = true;
|
||||||
|
@ -706,6 +706,7 @@ for ($i = 0; $i < $total_posts; $i++) {
|
||||||
|
|
||||||
'QUOTE' => $quote_btn,
|
'QUOTE' => $quote_btn,
|
||||||
'EDIT' => $edit_btn,
|
'EDIT' => $edit_btn,
|
||||||
|
'PIN_POST' => $pin_btn,
|
||||||
'DELETE' => $delpost_btn,
|
'DELETE' => $delpost_btn,
|
||||||
'IP' => $ip_btn,
|
'IP' => $ip_btn,
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue