aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-11-05 18:59:33 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-11-05 18:59:33 +0000
commit4ed7d9e569a41e70bb20967fe93eff6301ade63c (patch)
tree69ecc65dbcf2bd0d1d0702affdc1af72b79ecbf4
parent744a82a105e399f6f0ec159580d9b3bf21a52bd7 (diff)
downloadforums-4ed7d9e569a41e70bb20967fe93eff6301ade63c.tar
forums-4ed7d9e569a41e70bb20967fe93eff6301ade63c.tar.gz
forums-4ed7d9e569a41e70bb20967fe93eff6301ade63c.tar.bz2
forums-4ed7d9e569a41e70bb20967fe93eff6301ade63c.tar.xz
forums-4ed7d9e569a41e70bb20967fe93eff6301ade63c.zip
Topics,posts,users,blah
git-svn-id: file:///svn/phpbb/trunk@4649 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/styles/subSilver/template/index_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/index_body.html b/phpBB/styles/subSilver/template/index_body.html
index 97c6c31607..56b7907396 100644
--- a/phpBB/styles/subSilver/template/index_body.html
+++ b/phpBB/styles/subSilver/template/index_body.html
@@ -4,7 +4,7 @@
<tr>
<td width="100%" align="left" valign="bottom"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
- <td align="left" valign="bottom"><span class="gensmall">{TOTAL_POSTS}<br />{TOTAL_USERS}<br />{NEWEST_USER}</span><br /><br /><a class="nav" href="{U_INDEX}">{L_INDEX}</a></td>
+ <td align="left" valign="bottom"><span class="gensmall">{TOTAL_POSTS} / {TOTAL_TOPICS}<br />{TOTAL_USERS} / {NEWEST_USER}</span><br /><br /><a class="nav" href="{U_INDEX}">{L_INDEX}</a></td>
<td class="gensmall" align="right" valign="top"><!-- IF S_USER_LOGGED_IN --><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br /><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br /><!-- ENDIF --><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></td>
</tr>
</table></td>