ATTENTION!
I havw added an extra feature to this mod. It puts the time in a cell below everything. If you would like this feature do this: (screen attached)
1. In forumhome find:
<td><smallfont>$timezone</smallfont></td>
delete it
2. Change
<td align="right"><smallfont><a href="member.php?s=$session[sessionhash]&action=markread">Mark All Forums Read</a> | <a href="showgroups.php?s=$session[sessionhash]">Forum Leaders</a></smallfont></td>
to:
<td align="left"><smallfont><a href="member.php?s=$session[sessionhash]&action=markread">Mark All Forums Read</a> | <a href="showgroups.php?s=$session[sessionhash]">Forum Leaders</a></smallfont></td>
3. After:
$logincode
</td>
</tr>
Add:
<tr bgcolor="{pagebgcolor}" align="center">
<td colspan="2">
<smallfont>$timezone
</td>
</tr>
done