mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge PR #1047 branch 'bantu/ticket/10172' into develop
* bantu/ticket/10172: [ticket/10172] Show prosilver birthday list even if there are no birthdays.
This commit is contained in:
commit
5382c838ba
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
<!-- IF LEGEND --><br /><em>{L_LEGEND}: {LEGEND}</em><!-- ENDIF --></p>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_BIRTHDAY_LIST and .birthdays -->
|
||||
<!-- IF S_DISPLAY_BIRTHDAY_LIST -->
|
||||
<h3>{L_BIRTHDAYS}</h3>
|
||||
<p><!-- IF .birthdays -->{L_CONGRATULATIONS}: <strong><!-- BEGIN birthdays -->{birthdays.USERNAME}<!-- IF birthdays.AGE !== '' --> ({birthdays.AGE})<!-- ENDIF --><!-- IF not birthdays.S_LAST_ROW -->, <!-- ENDIF --><!-- END birthdays --></strong><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p>
|
||||
<!-- ENDIF -->
|
||||
|
|
Loading…
Add table
Reference in a new issue