diff options
-rw-r--r-- | phpBB/styles/prosilver/template/viewforum_body.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/viewforum_body.html b/phpBB/styles/prosilver/template/viewforum_body.html index 7b27a1d904..16d972056d 100644 --- a/phpBB/styles/prosilver/template/viewforum_body.html +++ b/phpBB/styles/prosilver/template/viewforum_body.html @@ -250,6 +250,12 @@ <strong>{L_NO_TOPICS}</strong> </div> </div> + <!-- ELSE IF not S_USER_CAN_POST --> + <div class="panel"> + <div class="inner"> + <strong>{L_NO_FORUMS}</strong> + </div> + </div> <!-- ENDIF --> <!-- END topicrow --> |