diff options
Diffstat (limited to 'phpBB/styles/prosilver/template/viewtopic_body.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/viewtopic_body.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index 95e37663ae..1eb35bdaa0 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -31,7 +31,7 @@ <div class="topic-actions"> <div class="buttons"> - <!-- IF not S_IS_BOT and U_POST_REPLY_TOPIC --> + <!-- IF not S_IS_BOT and S_DISPLAY_REPLY_INFO --> <div class="<!-- IF S_IS_LOCKED -->locked-icon<!-- ELSE -->reply-icon<!-- ENDIF -->"><a href="{U_POST_REPLY_TOPIC}"><span><!-- IF S_IS_LOCKED -->{L_TOPIC_LOCKED}<!-- ELSE -->{L_POST_REPLY}<!-- ENDIF --></span></a></div> <!-- ENDIF --> </div> @@ -238,7 +238,7 @@ <div class="topic-actions"> <div class="buttons"> - <!-- IF not S_IS_BOT and U_POST_REPLY_TOPIC --> + <!-- IF not S_IS_BOT and S_DISPLAY_REPLY_INFO --> <div class="<!-- IF S_IS_LOCKED -->locked-icon<!-- ELSE -->reply-icon<!-- ENDIF -->"><a href="{U_POST_REPLY_TOPIC}"><span><!-- IF S_IS_LOCKED -->{L_TOPIC_LOCKED}<!-- ELSE -->{L_POST_REPLY}<!-- ENDIF --></span></a></div> <!-- ENDIF --> </div> |
