Skip to content

Commit bbaf71a

Browse files
committed
feat: update to phpbb 3.1.3
1 parent 800ec32 commit bbaf71a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

style.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
# General Information about this style
2222
name = subsilver2
2323
copyright = © 2005 phpBB Limited
24-
style_version = 3.3.2
25-
phpbb_version = 3.3.2
24+
style_version = 3.3.3
25+
phpbb_version = 3.3.3
2626

2727
# Defining a different template bitfield
2828
template_bitfield = //g=

template/ucp_pm_viewmessage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<tr class="row1">
1616
<td class="genmed" nowrap="nowrap" width="150"><b>{L_PM_FROM}{L_COLON}</b></td>
17-
<td class="gen">{MESSAGE_AUTHOR_FULL}</td>
17+
<td class="gen">{% EVENT ucp_pm_viewmessage_author_full_before %}{MESSAGE_AUTHOR_FULL}{% EVENT ucp_pm_viewmessage_author_full_after %}</td>
1818
</tr>
1919

2020
<tr class="row1">

0 commit comments

Comments
 (0)