diff options
Diffstat (limited to 'phpBB/styles/subSilver/template/ucp_pm_message_header.html')
| -rw-r--r-- | phpBB/styles/subSilver/template/ucp_pm_message_header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subSilver/template/ucp_pm_message_header.html b/phpBB/styles/subSilver/template/ucp_pm_message_header.html index d73d744c15..0bbf658600 100644 --- a/phpBB/styles/subSilver/template/ucp_pm_message_header.html +++ b/phpBB/styles/subSilver/template/ucp_pm_message_header.html @@ -4,7 +4,7 @@ <td class="row1"> <table border="0" cellspacing="0" cellpadding="0" width="100%"> <tr> - <td align="left"> + <td align="{S_CONTENT_FLOW_BEGIN}"> <!-- IF TOTAL_MESSAGES --> <table width="100%" cellspacing="1"> <tr> @@ -26,7 +26,7 @@ </span> <!-- ENDIF --> </td> - <td align="right"><!-- INCLUDE pagination.html --></td> + <td align="{S_CONTENT_FLOW_END}"><!-- INCLUDE pagination.html --></td> </tr> </table> </td> |
