mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 08:53:05 +02:00
Merge remote-tracking branch 'rxu3/ticket/12222' into develop
* rxu3/ticket/12222: [ticket/12222] Replace hardoded comma with translatable separator
This commit is contained in:
@ -39,7 +39,7 @@
|
|||||||
<!-- IF .forumrow.subforum and forumrow.S_LIST_SUBFORUMS -->
|
<!-- IF .forumrow.subforum and forumrow.S_LIST_SUBFORUMS -->
|
||||||
<br /><strong>{forumrow.L_SUBFORUM_STR}</strong>
|
<br /><strong>{forumrow.L_SUBFORUM_STR}</strong>
|
||||||
<!-- BEGIN subforum -->
|
<!-- BEGIN subforum -->
|
||||||
<a href="{forumrow.subforum.U_SUBFORUM}" class="subforum<!-- IF forumrow.subforum.S_UNREAD --> unread<!-- ELSE --> read<!-- ENDIF -->" title="<!-- IF forumrow.subforum.UNREAD -->{L_UNREAD_POSTS}<!-- ELSE -->{L_NO_UNREAD_POSTS}<!-- ENDIF -->">{forumrow.subforum.SUBFORUM_NAME}</a><!-- IF not forumrow.subforum.S_LAST_ROW -->,<!-- ENDIF -->
|
<a href="{forumrow.subforum.U_SUBFORUM}" class="subforum<!-- IF forumrow.subforum.S_UNREAD --> unread<!-- ELSE --> read<!-- ENDIF -->" title="<!-- IF forumrow.subforum.UNREAD -->{L_UNREAD_POSTS}<!-- ELSE -->{L_NO_UNREAD_POSTS}<!-- ENDIF -->">{forumrow.subforum.SUBFORUM_NAME}</a><!-- IF not forumrow.subforum.S_LAST_ROW -->{L_COMMA_SEPARATOR}<!-- ENDIF -->
|
||||||
<!-- END subforum -->
|
<!-- END subforum -->
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
<!-- IF .forumrow.subforum and forumrow.S_LIST_SUBFORUMS -->
|
<!-- IF .forumrow.subforum and forumrow.S_LIST_SUBFORUMS -->
|
||||||
<p class="forumdesc"><strong>{forumrow.L_SUBFORUM_STR}</strong>
|
<p class="forumdesc"><strong>{forumrow.L_SUBFORUM_STR}</strong>
|
||||||
<!-- BEGIN subforum -->
|
<!-- BEGIN subforum -->
|
||||||
<a href="{forumrow.subforum.U_SUBFORUM}" class="subforum<!-- IF forumrow.subforum.S_UNREAD --> unread<!-- ELSE --> read<!-- ENDIF -->" title="<!-- IF forumrow.subforum.UNREAD -->{L_UNREAD_POSTS}<!-- ELSE -->{L_NO_UNREAD_POSTS}<!-- ENDIF -->">{forumrow.subforum.SUBFORUM_NAME}</a><!-- IF not forumrow.subforum.S_LAST_ROW -->,<!-- ENDIF -->
|
<a href="{forumrow.subforum.U_SUBFORUM}" class="subforum<!-- IF forumrow.subforum.S_UNREAD --> unread<!-- ELSE --> read<!-- ENDIF -->" title="<!-- IF forumrow.subforum.UNREAD -->{L_UNREAD_POSTS}<!-- ELSE -->{L_NO_UNREAD_POSTS}<!-- ENDIF -->">{forumrow.subforum.SUBFORUM_NAME}</a><!-- IF not forumrow.subforum.S_LAST_ROW -->{L_COMMA_SEPARATOR}<!-- ENDIF -->
|
||||||
<!-- END subforum -->
|
<!-- END subforum -->
|
||||||
</p>
|
</p>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
Reference in New Issue
Block a user