diff options
Diffstat (limited to 'phpBB/styles/subSilver/template/viewtopic_print.html')
-rw-r--r-- | phpBB/styles/subSilver/template/viewtopic_print.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subSilver/template/viewtopic_print.html b/phpBB/styles/subSilver/template/viewtopic_print.html index 000dbe0d85..4f44799613 100644 --- a/phpBB/styles/subSilver/template/viewtopic_print.html +++ b/phpBB/styles/subSilver/template/viewtopic_print.html @@ -72,7 +72,7 @@ hr.sep { </tr> <tr> <td><span class="topic">{TOPIC_TITLE}</span><br /><span class="gensmall"><a href="{U_TOPIC}">{U_TOPIC}</a></span></td> - <td align="right" valign="bottom"><span class="gensmall">{PAGE_NUMBER}</span></td> + <td align="{S_CONTENT_FLOW_END}" valign="bottom"><span class="gensmall">{PAGE_NUMBER}</span></td> </tr> </table> @@ -126,7 +126,7 @@ hr.sep { <table width="85%" cellspacing="3" cellpadding="0" border="0" align="center"> <tr> <td><span class="gensmall">{PAGE_NUMBER}</span></td> - <td align="right"><span class="gensmall">{S_TIMEZONE}</span></td> + <td align="{S_CONTENT_FLOW_END}"><span class="gensmall">{S_TIMEZONE}</span></td> </tr> <tr> <td colspan="2" align="center"><span class="gensmall">Powered by phpBB © 2002, 2006 phpBB Group<br />http://www.phpbb.com/</span></td> |