mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 04:18:55 +00:00
[ticket/12535] Add events to subsilver2
Forgot subsilver... yet again PHPBB3-12535
This commit is contained in:
parent
5fedcf0fa8
commit
e28abe0db2
1 changed files with 4 additions and 0 deletions
|
@ -192,11 +192,15 @@
|
||||||
<td>{postrow.RANK_IMG}</td>
|
<td>{postrow.RANK_IMG}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
|
<!-- EVENT viewtopic_body_avatar_before -->
|
||||||
<!-- IF postrow.POSTER_AVATAR -->
|
<!-- IF postrow.POSTER_AVATAR -->
|
||||||
<tr>
|
<tr>
|
||||||
<td>{postrow.POSTER_AVATAR}</td>
|
<td>{postrow.POSTER_AVATAR}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
<!-- EVENT viewtopic_body_avatar_after -->
|
||||||
|
|
||||||
<!-- IF not (postrow.ONLINE_IMG or postrow.RANK_TITLE or postrow.RANK_IMG or postrow.POSTER_AVATAR) -->
|
<!-- IF not (postrow.ONLINE_IMG or postrow.RANK_TITLE or postrow.RANK_IMG or postrow.POSTER_AVATAR) -->
|
||||||
<tr>
|
<tr>
|
||||||
<td></td>
|
<td></td>
|
||||||
|
|
Loading…
Add table
Reference in a new issue