aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template/mcp_topic.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2005-04-11 21:32:22 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2005-04-11 21:32:22 +0000
commitd92380657d555a3f8267652183d02e2aae87511a (patch)
treed5e94c57f53ea2ff8fdbda08bf0d9b6692021eba /phpBB/styles/subSilver/template/mcp_topic.html
parent557d09bb72f7e9848b6fc50ed4e2ba651b89e743 (diff)
downloadforums-d92380657d555a3f8267652183d02e2aae87511a.tar
forums-d92380657d555a3f8267652183d02e2aae87511a.tar.gz
forums-d92380657d555a3f8267652183d02e2aae87511a.tar.bz2
forums-d92380657d555a3f8267652183d02e2aae87511a.tar.xz
forums-d92380657d555a3f8267652183d02e2aae87511a.zip
- made path information available to template (T_)
- eased topic/post icon in templates (removing hardcoded img) - added S_FIRST_ROW and S_LAST_ROW to template engine git-svn-id: file:///svn/phpbb/trunk@5118 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/mcp_topic.html')
-rw-r--r--phpBB/styles/subSilver/template/mcp_topic.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/mcp_topic.html b/phpBB/styles/subSilver/template/mcp_topic.html
index ef772ae36b..c6642b720f 100644
--- a/phpBB/styles/subSilver/template/mcp_topic.html
+++ b/phpBB/styles/subSilver/template/mcp_topic.html
@@ -104,7 +104,7 @@
<td class="gensmall" nowrap="nowrap">&nbsp;<b><a style="color:red" href="{postrow.U_MCP_REPORT}">{L_POST_REPORTED}</a></b>&nbsp;</td>
<!-- ENDIF -->
<td width="100%">&nbsp;</td>
- <td width="10" nowrap="nowrap">{postrow.POST_ICON_IMG}</td>
+ <td width="10" nowrap="nowrap">{postrow.MINI_POST_IMG}</td>
<td class="gensmall" nowrap="nowrap"><b>{L_POSTED}:</b> {postrow.POST_DATE}</td>
</tr>
</table>