diff options
| author | Cesar G <prototech91@gmail.com> | 2014-08-08 13:46:58 +0200 |
|---|---|---|
| committer | Cesar G <prototech91@gmail.com> | 2014-08-08 13:46:58 +0200 |
| commit | ad97ad07f807d82037b8da6ba36667bdb7340c58 (patch) | |
| tree | 358b7b8c0e53adc0472bb7d55ccebeaa06a119a4 /phpBB/styles/subsilver2 | |
| parent | f1b1bd0de98794f5df348abdf526e9651003abdf (diff) | |
| parent | e6dec0348a424190243c81b5c002b970e7d058d3 (diff) | |
| download | forums-ad97ad07f807d82037b8da6ba36667bdb7340c58.tar forums-ad97ad07f807d82037b8da6ba36667bdb7340c58.tar.gz forums-ad97ad07f807d82037b8da6ba36667bdb7340c58.tar.bz2 forums-ad97ad07f807d82037b8da6ba36667bdb7340c58.tar.xz forums-ad97ad07f807d82037b8da6ba36667bdb7340c58.zip | |
Merge remote-tracking branch 'PayBas/ticket/12535' into develop-ascraeus
* PayBas/ticket/12535:
[ticket/12535] Combine inner clearing CSS rules
[ticket/12535] Update events.md to RC3
[ticket/12535] Add events to subsilver2
[ticket/12535] Make <a> adjust to the image width
Diffstat (limited to 'phpBB/styles/subsilver2')
| -rw-r--r-- | phpBB/styles/subsilver2/template/viewtopic_body.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/viewtopic_body.html b/phpBB/styles/subsilver2/template/viewtopic_body.html index c69be83a1e..0f34b50950 100644 --- a/phpBB/styles/subsilver2/template/viewtopic_body.html +++ b/phpBB/styles/subsilver2/template/viewtopic_body.html @@ -192,11 +192,15 @@ <td>{postrow.RANK_IMG}</td> </tr> <!-- ENDIF --> + + <!-- EVENT viewtopic_body_avatar_before --> <!-- IF postrow.POSTER_AVATAR --> <tr> <td>{postrow.POSTER_AVATAR}</td> </tr> <!-- ENDIF --> + <!-- EVENT viewtopic_body_avatar_after --> + <!-- IF not (postrow.ONLINE_IMG or postrow.RANK_TITLE or postrow.RANK_IMG or postrow.POSTER_AVATAR) --> <tr> <td></td> |
