aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2012-11-09 17:41:53 +0100
committerAndreas Fischer <bantu@phpbb.com>2012-11-09 17:41:53 +0100
commit5ae546e02feb85db1c6883b8cf86454b23443106 (patch)
treef90a28c03e051378f88af2bc809196f0486be765
parent957508c8b1a71c603c31728dfab79640554c541e (diff)
downloadforums-5ae546e02feb85db1c6883b8cf86454b23443106.tar
forums-5ae546e02feb85db1c6883b8cf86454b23443106.tar.gz
forums-5ae546e02feb85db1c6883b8cf86454b23443106.tar.bz2
forums-5ae546e02feb85db1c6883b8cf86454b23443106.tar.xz
forums-5ae546e02feb85db1c6883b8cf86454b23443106.zip
[ticket/10172] Show prosilver birthday list even if there are no birthdays.
PHPBB3-10172
-rw-r--r--phpBB/styles/prosilver/template/index_body.html2
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 -->