diff options
Diffstat (limited to 'phpBB/templates/PSO/viewtopic_footer.tpl')
-rw-r--r-- | phpBB/templates/PSO/viewtopic_footer.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/templates/PSO/viewtopic_footer.tpl b/phpBB/templates/PSO/viewtopic_footer.tpl new file mode 100644 index 0000000000..4b7e940e34 --- /dev/null +++ b/phpBB/templates/PSO/viewtopic_footer.tpl @@ -0,0 +1,6 @@ +<div align="center"><table cellspacing="2" border="0" width="98%"> + <tr> + <td width="40%" valign="top"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}"><b>{S_TIMEZONE}</b></font></td> + <td align="right" valign="top" nowrap>{JUMPBOX}</td> + </tr> +</table></div>
\ No newline at end of file |