Created
January 7, 2018 22:06
-
-
Save marc1706/4b1f13db619c951b6a13adfd17e822cc to your computer and use it in GitHub Desktop.
prosilver changes phpBB 3.2.2-RC1 to 3.2.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/phpBB/styles/prosilver/template/viewforum_body.html b/phpBB/styles/prosilver/template/viewforum_body.html | |
index 994d75f..b5e12cd 100644 | |
--- a/phpBB/styles/prosilver/template/viewforum_body.html | |
+++ b/phpBB/styles/prosilver/template/viewforum_body.html | |
@@ -250,10 +250,10 @@ | |
<strong>{L_NO_TOPICS}</strong> | |
</div> | |
</div> | |
- <!-- ELSE IF not S_USER_CAN_POST --> | |
+ <!-- ELSE IF not S_HAS_SUBFORUM --> | |
<div class="panel"> | |
<div class="inner"> | |
- <strong>{L_NO_FORUMS}</strong> | |
+ <strong>{L_NO_FORUMS_IN_CATEGORY}</strong> | |
</div> | |
</div> | |
<!-- ENDIF --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment