aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/subSilver/overall_header.html
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-02-22 14:00:00 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-02-22 14:00:00 +0000
commit7ce7400bc66dcfc1c173f13be9cd9417fccadec1 (patch)
tree1b8b8b717cd434c891957d3024961b480dfbe7b7 /phpBB/templates/subSilver/overall_header.html
parent904931d706bc75eca029e93dca18e5974a5d9572 (diff)
downloadforums-7ce7400bc66dcfc1c173f13be9cd9417fccadec1.tar
forums-7ce7400bc66dcfc1c173f13be9cd9417fccadec1.tar.gz
forums-7ce7400bc66dcfc1c173f13be9cd9417fccadec1.tar.bz2
forums-7ce7400bc66dcfc1c173f13be9cd9417fccadec1.tar.xz
forums-7ce7400bc66dcfc1c173f13be9cd9417fccadec1.zip
Various other changes ... hopefully Ashe won't kill me for playing with the new mcp styles
git-svn-id: file:///svn/phpbb/trunk@3504 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver/overall_header.html')
-rw-r--r--phpBB/templates/subSilver/overall_header.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/overall_header.html b/phpBB/templates/subSilver/overall_header.html
index 6e75997b0e..ce964f3b33 100644
--- a/phpBB/templates/subSilver/overall_header.html
+++ b/phpBB/templates/subSilver/overall_header.html
@@ -35,7 +35,7 @@
<tr>
<td><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
- <td><a href="{U_INDEX}"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="" title="" /></a></td>
+ <td height="90"><a href="{U_INDEX}"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="" title="" /></a></td>
<td align="center"><h1>{SITENAME}</h1><span class="gen">{SITE_DESCRIPTION}<br />&nbsp; </span></td>
</tr>
<tr>
@@ -46,6 +46,13 @@
<td height="25" align="right" valign="middle" nowrap="nowrap"><span class="mainmenu">&nbsp;<a href="{U_FAQ}"><img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a>&nbsp; &nbsp;<a href="{U_SEARCH}"><img src="templates/subSilver/images/icon_mini_search.gif" width="12" height="13" border="0" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a>&nbsp; &nbsp;<a href="{U_MEMBERLIST}"><img src="templates/subSilver/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_MEMBERLIST}" hspace="3" />{L_MEMBERLIST}</a>&nbsp; &nbsp;<a href="{U_GROUP_CP}"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a><!-- IF S_USER_LOGGED_IN -->&nbsp; &nbsp;<a href="{U_PROFILE}"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a><!-- ENDIF --></span>&nbsp;</td>
</tr>
+ <tr>
+ <td><img src="images/spacer.gif" height="8" alt="" /></td>
+ </tr>
+ <tr>
+ <td class="gensmall">&nbsp;<!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ENDIF --></td>
+ <td class="gensmall" align="right">{CURRENT_TIME}&nbsp;</td>
+ </tr>
</table></td>
</tr>
</table>