mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge remote-tracking branch 'cyberalien/ticket/10422' into develop-olympus
* cyberalien/ticket/10422: [ticket/10422] Invalid "if" in viewtopic_body.html
This commit is contained in:
commit
d0bbb3f7f0
1 changed files with 4 additions and 7 deletions
|
@ -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 -->
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue