aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/subSilver/viewtopic_body.tpl
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-10-06 16:04:36 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-10-06 16:04:36 +0000
commit12b93f808034f64f64d92d009ec3dbb15294b322 (patch)
tree44f96d8b4518decd96ddeda4e77380d27482097b /phpBB/templates/subSilver/viewtopic_body.tpl
parentea5590297d01c62bbc1edbf59cd5d6efe62f5d63 (diff)
downloadforums-12b93f808034f64f64d92d009ec3dbb15294b322.tar
forums-12b93f808034f64f64d92d009ec3dbb15294b322.tar.gz
forums-12b93f808034f64f64d92d009ec3dbb15294b322.tar.bz2
forums-12b93f808034f64f64d92d009ec3dbb15294b322.tar.xz
forums-12b93f808034f64f64d92d009ec3dbb15294b322.zip
Updates by Tom
git-svn-id: file:///svn/phpbb/trunk@1135 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver/viewtopic_body.tpl')
-rw-r--r--phpBB/templates/subSilver/viewtopic_body.tpl10
1 files changed, 6 insertions, 4 deletions
diff --git a/phpBB/templates/subSilver/viewtopic_body.tpl b/phpBB/templates/subSilver/viewtopic_body.tpl
index 2e3f2803a5..7b0b9a7a39 100644
--- a/phpBB/templates/subSilver/viewtopic_body.tpl
+++ b/phpBB/templates/subSilver/viewtopic_body.tpl
@@ -36,7 +36,8 @@
<td class="{postrow.ROW_CLASS}" height="28" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
- <td>{postrow.MINI_POST_IMG}<span class="postdetails">{L_POSTED}: {postrow.POST_DATE}<span class="gen">&nbsp;</span>&nbsp;&nbsp;&nbsp;{L_POST_SUBJECT}:
+ <td width="100%">{postrow.MINI_POST_IMG}<span class="postdetails">{L_POSTED}:
+ {postrow.POST_DATE}<span class="gen">&nbsp;</span>&nbsp;&nbsp;&nbsp;{L_POST_SUBJECT}:
{postrow.POST_SUBJECT}</span></td>
<td nowrap="nowrap" valign="top" align="right">{postrow.IP_IMG} {postrow.QUOTE_IMG}
{postrow.EDIT_IMG}</td>
@@ -84,9 +85,10 @@
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
<tr>
<td align="left" valign="middle" nowrap="nowrap"><a href="{U_POST_NEW_TOPIC}"><img src="{IMG_POST}" border="0" alt="{L_TOPIC_POST}" align="middle" width="82" height="25" /></a>&nbsp;&nbsp;&nbsp;<a href="{U_POST_REPLY_TOPIC}"><img src="{IMG_REPLY}" border="0" alt="{L_TOPIC_REPLY}" align="middle" width="82" height="25" /></a><span class="nav"></span></td>
- <td align="left" valign="middle" width="100%"><span class="nav">&nbsp;&nbsp;&nbsp;{L_PAGE}
- <b>{ON_PAGE}</b> {L_OF} <b>{TOTAL_PAGES}</b></span></td>
- <td align="right" valign="top" nowrap="nowrap"><span class="nav">{PAGINATION}</span>
+ <td align="left" valign="middle" width="100%"><span class="nav">&nbsp;&nbsp;&nbsp;<a href="{U_INDEX}" class="nav">{SITENAME}&nbsp;{L_INDEX}</a>
+ -> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
+ <td align="right" valign="top" nowrap="nowrap"><span class="nav">{L_PAGE}
+ <b>{ON_PAGE}</b> {L_OF} <b>{TOTAL_PAGES}</b>&nbsp;&nbsp;::&nbsp;{PAGINATION}</span>
<span class="gensmall"><br />
{S_TIMEZONE}</span></td>
</tr>