mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-12 20:56:40 +02:00
[ticket/10422] Invalid "if" in viewtopic_body.html
Fixing incorrect "IF" in viewtopic_body.html PHPBB3-10422
This commit is contained in:
@ -4,12 +4,9 @@
|
|||||||
<!-- NOTE: remove the style="display: none" when you want to have the forum description on the topic body -->
|
<!-- NOTE: remove the style="display: none" when you want to have the forum description on the topic body -->
|
||||||
<!-- IF FORUM_DESC --><div style="display: none !important;">{FORUM_DESC}<br /></div><!-- ENDIF -->
|
<!-- IF FORUM_DESC --><div style="display: none !important;">{FORUM_DESC}<br /></div><!-- ENDIF -->
|
||||||
|
|
||||||
<!-- IF MODERATORS or U_MCP -->
|
|
||||||
<p>
|
|
||||||
<!-- IF MODERATORS -->
|
<!-- IF MODERATORS -->
|
||||||
|
<p>
|
||||||
<strong><!-- IF S_SINGLE_MODERATOR -->{L_MODERATOR}<!-- ELSE -->{L_MODERATORS}<!-- ENDIF -->:</strong> {MODERATORS}
|
<strong><!-- IF S_SINGLE_MODERATOR -->{L_MODERATOR}<!-- ELSE -->{L_MODERATORS}<!-- ENDIF -->:</strong> {MODERATORS}
|
||||||
<!-- ENDIF -->
|
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user