diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-11-15 12:50:41 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-11-15 12:50:41 +0000 |
| commit | 286e4103f6c876c4635b0cf3cab61abc79396957 (patch) | |
| tree | fa26a4f224853984025d62ce3ca9e74e23831fa1 | |
| parent | 66af7106643d12626c114d150a66e5fbd6bd20b8 (diff) | |
| download | forums-286e4103f6c876c4635b0cf3cab61abc79396957.tar forums-286e4103f6c876c4635b0cf3cab61abc79396957.tar.gz forums-286e4103f6c876c4635b0cf3cab61abc79396957.tar.bz2 forums-286e4103f6c876c4635b0cf3cab61abc79396957.tar.xz forums-286e4103f6c876c4635b0cf3cab61abc79396957.zip | |
More minor adjustments
git-svn-id: file:///svn/phpbb/trunk@3054 89ea8834-ac86-4346-8a33-228a782c2dd0
| -rw-r--r-- | phpBB/templates/subSilver/viewforum_body.html | 4 | ||||
| -rw-r--r-- | phpBB/templates/subSilver/viewforum_subforum.html | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/phpBB/templates/subSilver/viewforum_body.html b/phpBB/templates/subSilver/viewforum_body.html index 90b00df922..d1a5865338 100644 --- a/phpBB/templates/subSilver/viewforum_body.html +++ b/phpBB/templates/subSilver/viewforum_body.html @@ -91,7 +91,7 @@ <td class="gensmall">{L_NO_NEW_POSTS}</td> <td> </td> <td width="20" align="center">{FOLDER_ANNOUNCE_IMG}</td> - <td class="gensmall">{L_ANNOUNCEMENT}</td> + <td class="gensmall">{L_POST_ANNOUNCEMENT}</td> </tr> <tr> <td width="20" align="center">{FOLDER_HOT_NEW_IMG}</td> @@ -101,7 +101,7 @@ <td class="gensmall">{L_NO_NEW_POSTS_HOT}</td> <td> </td> <td width="20" align="center">{FOLDER_STICKY_IMG}</td> - <td class="gensmall">{L_STICKY}</td> + <td class="gensmall">{L_POST_STICKY}</td> </tr> <tr> <td class="gensmall">{FOLDER_LOCKED_NEW_IMG}</td> diff --git a/phpBB/templates/subSilver/viewforum_subforum.html b/phpBB/templates/subSilver/viewforum_subforum.html index 47e9487268..0acde8d353 100644 --- a/phpBB/templates/subSilver/viewforum_subforum.html +++ b/phpBB/templates/subSilver/viewforum_subforum.html @@ -17,7 +17,6 @@ <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{forumrow.TOPICS}</span></td> <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{forumrow.POSTS}</span></td> <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">{forumrow.LAST_POST}</span></td> - <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{forumrow.MODERATORS}</span></td> </tr> <!-- ENDIF --> <!-- END forumrow --> |
