aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template/viewforum_body.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2004-05-26 19:43:15 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2004-05-26 19:43:15 +0000
commit97e5c0f4bdf5b7437ff0de5b6a4369a129d052b3 (patch)
treef3e9aee733165ceb85c09967121f4d9020080e41 /phpBB/styles/subSilver/template/viewforum_body.html
parent00ad9cc4987665934bd7176026072d0c256fd2f3 (diff)
downloadforums-97e5c0f4bdf5b7437ff0de5b6a4369a129d052b3.tar
forums-97e5c0f4bdf5b7437ff0de5b6a4369a129d052b3.tar.gz
forums-97e5c0f4bdf5b7437ff0de5b6a4369a129d052b3.tar.bz2
forums-97e5c0f4bdf5b7437ff0de5b6a4369a129d052b3.tar.xz
forums-97e5c0f4bdf5b7437ff0de5b6a4369a129d052b3.zip
template updates
git-svn-id: file:///svn/phpbb/trunk@4894 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/viewforum_body.html')
-rw-r--r--phpBB/styles/subSilver/template/viewforum_body.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/phpBB/styles/subSilver/template/viewforum_body.html b/phpBB/styles/subSilver/template/viewforum_body.html
index 84c05981b7..2916165c4e 100644
--- a/phpBB/styles/subSilver/template/viewforum_body.html
+++ b/phpBB/styles/subSilver/template/viewforum_body.html
@@ -53,12 +53,12 @@
<td class="row1" width="120" align="center">
<p class="topicdetails">{topicrow.LAST_POST_TIME}</p>
<p class="topicdetails">
- <!-- IF forumrow.U_LAST_POSTER -->
- <a href="{forumrow.U_LAST_POST_AUTHOR}">{topicrow.LAST_POST_AUTHOR}</a>
+ <!-- IF topicrow.U_LAST_POST_AUTHOR -->
+ <a href="{topicrow.U_LAST_POST_AUTHOR}">{topicrow.LAST_POST_AUTHOR}</a>
<!-- ELSE -->
{topicrow.LAST_POST_AUTHOR}
<!-- ENDIF -->
- <a href="{forumrow.U_LAST_POST}">{topicrow.LAST_POST_IMG}</a>
+ <a href="{topicrow.U_LAST_POST}">{topicrow.LAST_POST_IMG}</a>
</p>
</td>
</tr>
@@ -124,7 +124,7 @@
<tr>
<td class="cat" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><table width="100%" cellspacing="0">
<tr class="nav">
- <td valign="middle">&nbsp;<!-- IF S_WATCH_FORUM -->{S_WATCH_FORUM}<!-- ENDIF --></td>
+ <td valign="middle">&nbsp;<!-- IF S_WATCH_FORUM_LINK --><a href="{S_WATCH_FORUM_LINK}">{S_WATCH_FORUM_TITLE}</a><!-- ENDIF --></td>
<td align="right" valign="middle"><a href="{U_MARK_TOPICS}">{L_MARK_TOPICS_READ}</a>&nbsp;</td>
</tr>
</table></td>
@@ -173,12 +173,12 @@
<td class="row1" width="120" align="center">
<p class="topicdetails">{topicrow.LAST_POST_TIME}</p>
<p class="topicdetails">
- <!-- IF forumrow.U_LAST_POSTER -->
- <a href="{forumrow.U_LAST_POST_AUTHOR}">{topicrow.LAST_POST_AUTHOR}</a>
+ <!-- IF topicrow.U_LAST_POSTER -->
+ <a href="{topicrow.U_LAST_POST_AUTHOR}">{topicrow.LAST_POST_AUTHOR}</a>
<!-- ELSE -->
{topicrow.LAST_POST_AUTHOR}
<!-- ENDIF -->
- <a href="{forumrow.U_LAST_POST}">{topicrow.LAST_POST_IMG}</a>
+ <a href="{topicrow.U_LAST_POST}">{topicrow.LAST_POST_IMG}</a>
</p>
</td>
</tr>
@@ -254,7 +254,7 @@
<td class="gensmall">{L_NO_NEW_POSTS}</td>
<td>&nbsp;&nbsp;</td>
<td width="20" align="center">{FOLDER_ANNOUNCE_IMG}</td>
- <td class="gensmall">{L_POST_ANNOUNCEMENT}</td>
+ <td class="gensmall">{L_ICON_ANNOUNCEMENT}</td>
</tr>
<tr>
<td width="20" align="center">{FOLDER_HOT_NEW_IMG}</td>
@@ -264,7 +264,7 @@
<td class="gensmall">{L_NO_NEW_POSTS_HOT}</td>
<td>&nbsp;&nbsp;</td>
<td width="20" align="center">{FOLDER_STICKY_IMG}</td>
- <td class="gensmall">{L_POST_STICKY}</td>
+ <td class="gensmall">{L_ICON_STICKY}</td>
</tr>
<tr>
<td class="gensmall">{FOLDER_LOCKED_NEW_IMG}</td>