aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-10-02 12:09:12 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-10-02 12:09:12 +0000
commit2d769f1c105ab8138d63d1877b000d0c1ae59065 (patch)
tree57a82d36f48ef73aa8043acf9056bb6efb0c3c44 /phpBB
parente4b75fa53c5929e0d3566c4415979196f0fe5310 (diff)
downloadforums-2d769f1c105ab8138d63d1877b000d0c1ae59065.tar
forums-2d769f1c105ab8138d63d1877b000d0c1ae59065.tar.gz
forums-2d769f1c105ab8138d63d1877b000d0c1ae59065.tar.bz2
forums-2d769f1c105ab8138d63d1877b000d0c1ae59065.tar.xz
forums-2d769f1c105ab8138d63d1877b000d0c1ae59065.zip
Tom's changes
git-svn-id: file:///svn/phpbb/trunk@1124 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rwxr-xr-xphpBB/templates/subSilver/bbcode.tpl2
-rw-r--r--phpBB/templates/subSilver/viewforum_body.tpl9
2 files changed, 4 insertions, 7 deletions
diff --git a/phpBB/templates/subSilver/bbcode.tpl b/phpBB/templates/subSilver/bbcode.tpl
index 7da43c0056..ef7c1653f0 100755
--- a/phpBB/templates/subSilver/bbcode.tpl
+++ b/phpBB/templates/subSilver/bbcode.tpl
@@ -1,5 +1,3 @@
-// bbcode.tpl -- bbcode replacement templates.
-
<!-- BEGIN ulist_open -->
<ul>
<!-- END ulist_open -->
diff --git a/phpBB/templates/subSilver/viewforum_body.tpl b/phpBB/templates/subSilver/viewforum_body.tpl
index 04fa491823..d6f3076801 100644
--- a/phpBB/templates/subSilver/viewforum_body.tpl
+++ b/phpBB/templates/subSilver/viewforum_body.tpl
@@ -9,8 +9,7 @@
</tr>
<tr>
<td align="left" valign="middle" width="50"><a href="{U_POST_NEW_TOPIC}"><img src="{IMG_POST}" border="0" alt="{L_NEW_TOPIC}" width="82" height="25" /></a></td>
- <td align="left" valign="middle" class="nav" width="100%"><span class="nav">&nbsp;&nbsp;&nbsp;<a href="index.php" class="nav">phpBB
- v2.0&nbsp;Forum Index</a> -> {FORUM_NAME}</span></td>
+ <td align="left" valign="middle" class="nav" width="100%"><span class="nav">&nbsp;&nbsp;&nbsp;<a href="index.php" class="nav">{SITENAME} - {L_INDEX}</a> -> {FORUM_NAME}</span></td>
<td align="right" valign="bottom" class="nav" nowrap="nowrap"><span class="gensmall"><a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a></span></td>
</tr>
</table>
@@ -68,8 +67,8 @@
<td width="20" align="center"><img src="templates/subSilver/images/folder.gif" alt="{L_NONEWPOSTS}" width="19" height="18" /></td>
<td class="gensmall">Old topic</td>
<td>&nbsp;&nbsp;</td>
- <td width="20" align="center"><img src="templates/subSilver/images/folder_announce.gif" alt="No new posts" width="19" height="18" /></td>
- <td class="gensmall"> Announement</td>
+ <td width="20" align="center"><img src="templates/subSilver/images/folder_announce.gif" alt="{L_NONEWPOSTS}" width="19" height="18" /></td>
+ <td class="gensmall">Announcement</td>
<td class="gensmall">&nbsp;</td>
<td class="gensmall"><img src="templates/subSilver/images/folder_lock.gif" alt="{L_NEWPOSTS}" width="19" height="18" /></td>
<td class="gensmall">Topic is locked</td>
@@ -81,7 +80,7 @@
<td width="20" align="center"><img src="templates/subSilver/images/folder_hot.gif" alt="{L_NEWPOSTS}" width="19" height="18" /></td>
<td class="gensmall">Hot topic</td>
<td>&nbsp;&nbsp;</td>
- <td width="20" align="center"><img src="templates/subSilver/images/folder_sticky.gif" alt="No new posts" width="19" height="18" /></td>
+ <td width="20" align="center"><img src="templates/subSilver/images/folder_sticky.gif" alt="{L_NONEWPOSTS}" width="19" height="18" /></td>
<td class="gensmall">Sticky post</td>
<td class="gensmall">&nbsp;&nbsp;</td>
<td class="gensmall">&nbsp;</td>