diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2017-06-05 10:54:41 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2017-06-05 10:54:41 +0200 |
| commit | a282eb1328d74da46aba6daff5d306efb6204f9e (patch) | |
| tree | deb828f758830f300944ff7e2b49f3980c616ee1 /phpBB/styles/prosilver/template/viewtopic_body.html | |
| parent | e10d563fc91b1f0c43dc1f4ecd4df938f98c9411 (diff) | |
| parent | fb29d79bc111c397aa98466d3579fea3c70cacc6 (diff) | |
| download | forums-a282eb1328d74da46aba6daff5d306efb6204f9e.tar forums-a282eb1328d74da46aba6daff5d306efb6204f9e.tar.gz forums-a282eb1328d74da46aba6daff5d306efb6204f9e.tar.bz2 forums-a282eb1328d74da46aba6daff5d306efb6204f9e.tar.xz forums-a282eb1328d74da46aba6daff5d306efb6204f9e.zip | |
Merge branch '3.1.x' into 3.2.x
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 522151cf7d..71d364bbb9 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -439,9 +439,9 @@ <!-- EVENT viewtopic_body_footer_before --> <!-- INCLUDE jumpbox.html --> -<!-- IF S_DISPLAY_ONLINE_LIST --> +<!-- IF S_DISPLAY_ONLINE_LIST and U_VIEWONLINE --> <div class="stat-block online-list"> - <h3><!-- IF U_VIEWONLINE --><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a><!-- ELSE -->{L_WHO_IS_ONLINE}<!-- ENDIF --></h3> + <h3><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h3> <p>{LOGGED_IN_USER_LIST}</p> </div> <!-- ENDIF --> |
