mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge branch '3.3.x'
This commit is contained in:
commit
2c24140452
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@
|
||||||
<!-- IF S_IS_POSTABLE -->
|
<!-- IF S_IS_POSTABLE -->
|
||||||
<div class="panel">
|
<div class="panel">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<strong>{L_NO_TOPICS}</strong>
|
<strong>{{ lang(S_SORT_DAYS ? 'NO_TOPICS_TIME_FRAME' : 'NO_TOPICS') }}</strong>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- ELSE IF not S_HAS_SUBFORUM -->
|
<!-- ELSE IF not S_HAS_SUBFORUM -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue