aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/templates')
-rwxr-xr-xphpBB/templates/Default/profile_view_body.tpl15
-rw-r--r--phpBB/templates/PSO/profile_view_body.tpl7
2 files changed, 22 insertions, 0 deletions
diff --git a/phpBB/templates/Default/profile_view_body.tpl b/phpBB/templates/Default/profile_view_body.tpl
index 764b9d1985..517709abe2 100755
--- a/phpBB/templates/Default/profile_view_body.tpl
+++ b/phpBB/templates/Default/profile_view_body.tpl
@@ -63,3 +63,18 @@
</form>
</td>
</tr>
+<tr>
+ <td align="center"><table border="0" width="100%" cellpadding="0" cellspacing="1">
+ <tr>
+ <td style="{font-size: 8pt;}" align="right" ><table cellpadding="0" cellspacing="1" border="0" bgcolor="#000000">
+ <tr>
+ <td bgcolor="#CCCCCC"><table width="100%" cellpadding="1" cellspacing="1" border="0">
+ <tr>
+ <td style="{font-size:8pt; height:55px;}" align="right">{JUMPBOX}</td>
+ </tr>
+ </table></td>
+ </tr>
+ </table></td>
+ </tr>
+ </table></td>
+</tr> \ No newline at end of file
diff --git a/phpBB/templates/PSO/profile_view_body.tpl b/phpBB/templates/PSO/profile_view_body.tpl
index c1cf18d3ad..24edc6ac5b 100644
--- a/phpBB/templates/PSO/profile_view_body.tpl
+++ b/phpBB/templates/PSO/profile_view_body.tpl
@@ -60,4 +60,11 @@
</tr>
</table></td>
</tr>
+</table></div>
+
+<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