mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update viewtopic.php
This commit is contained in:
parent
27330e91bb
commit
cf917c1642
@ -461,6 +461,9 @@ $s_auth_can .= (($is_auth['auth_vote']) ? $lang['RULES_VOTE_CAN'] : $lang['RULES
|
||||
$s_auth_can .= (($is_auth['auth_attachments']) ? $lang['RULES_ATTACH_CAN'] : $lang['RULES_ATTACH_CANNOT']) . '<br />';
|
||||
$s_auth_can .= (($is_auth['auth_download']) ? $lang['RULES_DOWNLOAD_CAN'] : $lang['RULES_DOWNLOAD_CANNOT']) . '<br />';
|
||||
|
||||
//
|
||||
// Moderator output
|
||||
//
|
||||
$topic_mod = '';
|
||||
|
||||
if ($is_auth['auth_mod'])
|
||||
|
Loading…
Reference in New Issue
Block a user