aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-10-20 20:57:31 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-10-20 20:57:31 +0200
commit801214f0eee10f42625e3357858cc35c5b42dbe0 (patch)
tree117dbf98a85a366a8bc9d3c7ff693c71d64abde8 /phpBB/styles
parentcbbc64a54fa4dc894b52d8fe6436220f6e6945b2 (diff)
parent7df6e137f168a71d1ac65dea53cc605d853edec1 (diff)
downloadforums-801214f0eee10f42625e3357858cc35c5b42dbe0.tar
forums-801214f0eee10f42625e3357858cc35c5b42dbe0.tar.gz
forums-801214f0eee10f42625e3357858cc35c5b42dbe0.tar.bz2
forums-801214f0eee10f42625e3357858cc35c5b42dbe0.tar.xz
forums-801214f0eee10f42625e3357858cc35c5b42dbe0.zip
Merge pull request #5705 from senky/ticket/16140
[ticket/16140] Add ucp_profile_profile_info_birthday_label_append
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/ucp_profile_profile_info.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_profile_profile_info.html b/phpBB/styles/prosilver/template/ucp_profile_profile_info.html
index 69eda8c42c..ac0cd153c2 100644
--- a/phpBB/styles/prosilver/template/ucp_profile_profile_info.html
+++ b/phpBB/styles/prosilver/template/ucp_profile_profile_info.html
@@ -13,7 +13,7 @@
<!-- EVENT ucp_profile_profile_info_before -->
<!-- IF S_BIRTHDAYS_ENABLED -->
<dl>
- <dt><label for="bday_day">{L_BIRTHDAY}{L_COLON}</label><br /><span>{L_BIRTHDAY_EXPLAIN}</span></dt>
+ <dt><label for="bday_day">{L_BIRTHDAY}{L_COLON}{% EVENT ucp_profile_profile_info_birthday_label_append %}</label><br /><span>{L_BIRTHDAY_EXPLAIN}</span></dt>
<dd>
<label for="bday_day">{L_DAY}{L_COLON} <select name="bday_day" id="bday_day">{S_BIRTHDAY_DAY_OPTIONS}</select></label>
<label for="bday_month">{L_MONTH}{L_COLON} <select name="bday_month" id="bday_month">{S_BIRTHDAY_MONTH_OPTIONS}</select></label>