diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-11-09 13:49:33 -0500 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-11-09 13:49:33 -0500 |
commit | 5382c838ba46e22aa51aef1ca4bef9c16866e7f5 (patch) | |
tree | f90a28c03e051378f88af2bc809196f0486be765 | |
parent | 957508c8b1a71c603c31728dfab79640554c541e (diff) | |
parent | 5ae546e02feb85db1c6883b8cf86454b23443106 (diff) | |
download | forums-5382c838ba46e22aa51aef1ca4bef9c16866e7f5.tar forums-5382c838ba46e22aa51aef1ca4bef9c16866e7f5.tar.gz forums-5382c838ba46e22aa51aef1ca4bef9c16866e7f5.tar.bz2 forums-5382c838ba46e22aa51aef1ca4bef9c16866e7f5.tar.xz forums-5382c838ba46e22aa51aef1ca4bef9c16866e7f5.zip |
Merge PR #1047 branch 'bantu/ticket/10172' into develop
* bantu/ticket/10172:
[ticket/10172] Show prosilver birthday list even if there are no birthdays.
-rw-r--r-- | phpBB/styles/prosilver/template/index_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/index_body.html b/phpBB/styles/prosilver/template/index_body.html index 9269f62769..5962166dbc 100644 --- a/phpBB/styles/prosilver/template/index_body.html +++ b/phpBB/styles/prosilver/template/index_body.html @@ -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 --> |